forked from github/dataease
feat(数据集):自助数据集编辑
This commit is contained in:
parent
4d24485939
commit
52373e01c8
@ -213,8 +213,12 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
cancel() {
|
cancel() {
|
||||||
this.dataReset()
|
// this.dataReset()
|
||||||
this.$emit('switchComponent', { name: '' })
|
if (this.param.tableId) {
|
||||||
|
this.$emit('switchComponent', { name: 'ViewTable', param: this.param.tableId })
|
||||||
|
} else {
|
||||||
|
this.$emit('switchComponent', { name: '' })
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
dataReset() {
|
dataReset() {
|
||||||
|
Loading…
Reference in New Issue
Block a user