Merge branch 'main' of github.com:dataease/dataease into main

This commit is contained in:
taojinlong 2021-05-10 18:19:51 +08:00
commit a5d78ab6b1

View File

@ -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() {