story#6735 报警--tab参数

This commit is contained in:
2025-07-30 10:21:50 +08:00
parent 8bbdfb5ca5
commit 8b35675abc

View File

@ -87,10 +87,16 @@
await this.getList()
},
async getList() {
let handleStatus;
if( this.activeIndex == 2 ) {
handleStatus = 3
} else {
handleStatus = this.activeIndex
}
let res = await getAlarmList({
pageNum:this.pageNum,
pageSize:this.pageSize,
handStatus: this.activeIndex
handStatus: handleStatus
})
this.total = res.total
if(this.pageNum == 1){// 第一页直接赋值