确认工单参数问题

This commit is contained in:
2025-11-18 16:04:56 +08:00
parent 4779cc1718
commit 51a50fcd8d
2 changed files with 5 additions and 1 deletions

View File

@@ -85,6 +85,10 @@ onMenuSelect(e) {
this.handleDoNotice(id);
break;
}
},
handleDoNoticeBtn(e) {
const id = e.currentTarget.dataset.id;
this.handleDoNotice(id)
},
async handleDoNotice(id) {
const { code, message } = await doNoticeFlow(id)