去除打印,抄表路线支持所有园区,支持部分选择框清除内容
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user