确认工单参数问题
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user