Merge pull request #372 from dataease/pr@dev@fix_数据集从编辑切换至添加界面的问题

fix: 数据集从编辑切换至添加界面的显示问题
This commit is contained in:
XiaJunjie2020 2021-07-28 13:41:29 +08:00 committed by GitHub
commit 2b7adc44c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 6 deletions

View File

@ -249,10 +249,8 @@ export default {
this.table = {}
this.checkedList = []
this.unionData = []
this.height = 500
this.data = []
this.fields = []
this.customType = ['db', 'sql', 'excel']
}
}

View File

@ -307,16 +307,12 @@ export default {
resetComponent() {
this.dataSource = ''
this.options = []
this.name = ''
this.sql = ''
this.data = []
this.fields = []
this.mode = '0'
this.syncType = 'sync_now'
this.height = 500
this.kettleRunning = false
this.$refs.plxTable.reloadData(this.data)
}
}
}