mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 09:48:10 +08:00
Merge branch 'dev' into pr@dev_memory_component
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user