fix:修复保存后再次选择数据集控制台报错问题

main
liu.shiyi 1 year ago
parent f0faf33e14
commit 92c83e74a4

@ -762,7 +762,9 @@ export default {
methods: {
changeDsid (dsId) {
this.clearVerify()
this.config.customize.columnConfig = []
if (this.config.customize && this.config.customize.columnConfig) {
this.config.customize.columnConfig = []
}
this.getDataSetDetailsById(dsId, 'treeTable')
},
//

Loading…
Cancel
Save