Merge branch 'dev' into pr@dev_memory_component

This commit is contained in:
dataeaseShu
2022-11-09 10:43:33 +08:00
3 changed files with 4 additions and 1 deletions

View File

@@ -187,6 +187,7 @@
<!--导出数据集弹框-->
<el-dialog
v-if="showExport"
v-dialogDrag
:visible.sync="showExport"
width="600px"
@@ -470,6 +471,7 @@ export default {
this.showExport = true
this.fetchFiledList()
this.exportForm.name = this.table.name
this.exportForm.expressionTree = ''
},
closeExport() {
this.showExport = false