Browse Source

fix: 修复数据集返回后,组件依然存在的情况

wu.jian2 2 years ago
parent
commit
1b841c6cad
1 changed files with 1 additions and 0 deletions
  1. 1 0
      data-room-ui/packages/DataSetManagement/src/index.vue

+ 1 - 0
data-room-ui/packages/DataSetManagement/src/index.vue

@@ -200,6 +200,7 @@
     />
     <component
       :is="componentData.component"
+      v-if="datasetType"
       ref="EditForm"
       :key="componentData.key"
       :config="componentData.config"