提交 52373e01 authored 作者: junjie's avatar junjie

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

上级 4d244859
......@@ -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() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论