fix: 视图中数据集字段

This commit is contained in:
junjie 2021-07-23 10:44:48 +08:00
parent 18893dad69
commit e73d004fd8

View File

@ -710,7 +710,7 @@ export default {
return true
})
} else {
this.resetView()
this.resetDatasetField()
}
},
save(getData, trigger, needRefreshGroup = false) {
@ -1190,11 +1190,14 @@ export default {
hideTab() {
this.tabStatus = false
},
resetView() {
resetDatasetField() {
this.dimension = []
this.dimensionData = []
this.quota = []
this.quotaData = []
},
resetView() {
this.resetDatasetField()
this.view = {
xAxis: [],
yAxis: [],