feat(数据集):自助数据集编辑

This commit is contained in:
junjie 2021-05-13 17:41:05 +08:00
parent 4d24485939
commit 52373e01c8

View File

@ -213,8 +213,12 @@ export default {
},
cancel() {
this.dataReset()
this.$emit('switchComponent', { name: '' })
// this.dataReset()
if (this.param.tableId) {
this.$emit('switchComponent', { name: 'ViewTable', param: this.param.tableId })
} else {
this.$emit('switchComponent', { name: '' })
}
},
dataReset() {