闫增涛
2024-05-31 b7d6ab90c8de00f44b73501c27130556ef8dfb96
src/books/childHealth/view/content/index.vue
@@ -341,6 +341,10 @@
    // 渲染标记
    renderSign(type, data) {
      // 父层设置禁止渲染标记时不再进行渲染
      if (this.$store.state.qiankun.disableSign) {
        return false;
      }
      const existence = (
        this.container ? this.container : document
      ).querySelector(`[dataid="${data.id}"]`);