fix : 修复首页适配/人员选择器取消功能bug

This commit is contained in:
2024-09-22 12:21:57 +08:00
parent d7d825b5b0
commit 2546db9b64
6 changed files with 142 additions and 52 deletions

View File

@@ -14,3 +14,18 @@ export const editPassword=(data)=>{
data
})
}
export const getAgentInfo=()=>{
return request({
url:'/admin/mosr/user/self/approval/agent',
method:'get'
})
}
export const editAgentInfo=(data)=>{
return request({
url:'/admin/mosr/user/self/approval/agent',
method:'post',
data
})
}

View File

@@ -1,6 +1,6 @@
import request from '@/utils/request.js'
export const getHomeInfo = () => {
export const getHomeTaskInfo = () => {
return request({
url: '/workflow/mosr/process/task',
method: "get"