联调拆表

This commit is contained in:
2025-11-10 16:09:38 +08:00
parent 639f92540f
commit 07add88856
6 changed files with 43 additions and 12 deletions

View File

@@ -148,11 +148,10 @@ onMenuSelect(e) {
await that.init()
})
})
console.log("e", e)
},
async init() {
const { page, size, park, tenement, meter, type, time, status } = this.data;
const { code, message, data, total } = await getWorkOrderList({ page, size, park, tenement, meter, type, time, status })
const { page, size, park, tenement, meter, noticeFlowType, noticeFlowStatus, time } = this.data;
const { code, message, data, total } = await getWorkOrderList({ page, size, park, tenement, meter, type: noticeFlowType, time, status: noticeFlowStatus })
if (code !== OK) {
alertInfo(message)
return;