NEZ-1343 fix: Panel内告警设置显示条数与实际设置不符

This commit is contained in:
zhangyu
2021-11-25 10:49:08 +08:00
parent cb9cc7ed9b
commit b32010d728

View File

@@ -105,7 +105,7 @@
:showOption="false" :showOption="false"
:chart-alert-list="true" :chart-alert-list="true"
></alertMessageTable> ></alertMessageTable>
<Pagination :pageObj="screenPageObj" @pageNo='screenPageNo' @pageSize='screenPageSize' ref="Pagination" ></Pagination> <Pagination :pageObj="screenPageObj" @pageNo='screenPageNo' @pageSize='screenPageSize' ref="screenPagination" ></Pagination>
<loading :ref="'localLoadingScreen'+chartIndex"></loading> <loading :ref="'localLoadingScreen'+chartIndex"></loading>
</el-dialog> </el-dialog>
<div class="export-xlsx"> <div class="export-xlsx">
@@ -915,6 +915,7 @@ export default {
// this.$refs.alertListTable.$refs.alertListTable.clearSelection() // this.$refs.alertListTable.$refs.alertListTable.clearSelection()
// this.$refs.alertListScreenTable.$refs.dataTable.clearSelection() // this.$refs.alertListScreenTable.$refs.dataTable.clearSelection()
this.screenPageObj = { ...this.pageObj } this.screenPageObj = { ...this.pageObj }
this.$refs.screenPagination.pageSize = this.screenPageObj.pageSize
}, },
// 设置数据, filter区分 // 设置数据, filter区分
setData (chartItem, seriesItem, panelId, filter, area, errorMsg) { setData (chartItem, seriesItem, panelId, filter, area, errorMsg) {