forked from github/dataease
feat(数据集):自助数据集
This commit is contained in:
parent
26b6bddee7
commit
dd0096922d
@ -152,6 +152,11 @@ export default {
|
|||||||
const datas = this.data
|
const datas = this.data
|
||||||
this.$refs.plxTable.reloadData(datas)
|
this.$refs.plxTable.reloadData(datas)
|
||||||
})
|
})
|
||||||
|
} else {
|
||||||
|
this.fields = []
|
||||||
|
this.data = []
|
||||||
|
const datas = this.data
|
||||||
|
this.$refs.plxTable.reloadData(datas)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
save() {
|
save() {
|
||||||
|
Loading…
Reference in New Issue
Block a user