mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 02:08:10 +08:00
Merge branch 'main' of github.com:dataease/dataease into main
This commit is contained in:
@@ -152,6 +152,11 @@ export default {
|
||||
const datas = this.data
|
||||
this.$refs.plxTable.reloadData(datas)
|
||||
})
|
||||
} else {
|
||||
this.fields = []
|
||||
this.data = []
|
||||
const datas = this.data
|
||||
this.$refs.plxTable.reloadData(datas)
|
||||
}
|
||||
},
|
||||
save() {
|
||||
|
||||
Reference in New Issue
Block a user