fix:chartTemp 删空后 最后一个元素未正确删除 以及 底部弹窗不消失
This commit is contained in:
@@ -365,6 +365,9 @@ export default {
|
||||
if (this.panelDataList.length > 0) {
|
||||
this.showPanel.id = this.filter.panelId = 0
|
||||
this.getData(this.filter)
|
||||
} else {
|
||||
this.chartListLoading = false
|
||||
this.dataList = this.panelDataList
|
||||
}
|
||||
})
|
||||
this.$emit('getTableData')
|
||||
|
||||
Reference in New Issue
Block a user