fix: 修复 chart-list 因字段判断 undefined 报错
This commit is contained in:
@@ -935,7 +935,9 @@ export default {
|
||||
// this.$refs.alertListTable.$refs.alertListTable.clearSelection()
|
||||
// this.$refs.alertListScreenTable.$refs.dataTable.clearSelection()
|
||||
this.screenPageObj = { ...this.pageObj }
|
||||
this.$refs.screenPagination.pageSize = this.screenPageObj.pageSize
|
||||
if (this.$refs.screenPagination && this.$refs.screenPagination.pageSize) {
|
||||
this.$refs.screenPagination.pageSize = this.screenPageObj.pageSize
|
||||
}
|
||||
},
|
||||
// 设置数据, filter区分
|
||||
setData (chartItem, seriesItem, panelId, filter, area, errorMsg) {
|
||||
|
||||
Reference in New Issue
Block a user