增加待审批页面
This commit is contained in:
@@ -6,4 +6,12 @@ export function noticeList(data) {
|
||||
url: '/acc/message/notify/detail',
|
||||
data
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
// 获取用户审批的待办和已办详情
|
||||
export function flowList(data) {
|
||||
return request.post({
|
||||
url: '/acc/message/flow/detail',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user