去除打印,抄表路线支持所有园区,支持部分选择框清除内容

This commit is contained in:
2025-11-13 17:10:33 +08:00
parent d7d5366230
commit edfd386e1b
16 changed files with 100 additions and 28 deletions

View File

@@ -47,9 +47,12 @@ Page({
}
alertSuccess("确认成功")
const that = this;
loadingFunc(async () => {
that.getDetail(id)
})
setTimeout(() => {
loadingFunc(async () => {
await that.getDetail(id)
})
}, 300)
},
async getDetail(id) {
const { code, data ,message } = await getNoticeFlowDetail(id)