fix: 视图维度指标显示错误
This commit is contained in:
parent
bd19953a75
commit
c66a9c49ee
@ -623,6 +623,8 @@ export default {
|
||||
this.httpRequest.msg = err.response.data.message
|
||||
return true
|
||||
})
|
||||
} else {
|
||||
this.resetDatasetField()
|
||||
}
|
||||
},
|
||||
save(getData, trigger, needRefreshGroup = false) {
|
||||
@ -1097,11 +1099,14 @@ export default {
|
||||
hideTab() {
|
||||
this.tabStatus = false
|
||||
},
|
||||
resetView() {
|
||||
resetDatasetField() {
|
||||
this.dimension = []
|
||||
this.dimensionData = []
|
||||
this.quota = []
|
||||
this.quotaData = []
|
||||
},
|
||||
resetView() {
|
||||
this.resetDatasetField()
|
||||
this.view = {
|
||||
xAxis: [],
|
||||
yAxis: [],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user