task#13992,维保审批列表

This commit is contained in:
2024-06-17 15:46:04 +08:00
parent 374eb5070b
commit 08120506f6
6 changed files with 382 additions and 111 deletions

View File

@ -7,6 +7,13 @@ export function getToDoList() {
method:'POST',
})
}
// 调度APP待办事项列表New
export function toDoListNew() {
return request({
url: '/supplierAppV2/dispatchApp/toDoMessage/toDoListNew',
method:'POST',
})
}
// 代办事项审核
export function toDoAudit(data){
return request({