parent
40575de4af
commit
fc0d72c277
9 changed files with 4993 additions and 421 deletions
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,16 @@ |
||||
import request from '@/axios'; |
||||
|
||||
export const getList = (current, size, params) => { |
||||
return request({ |
||||
url: '/blade-desk/mesApprovalRecord/pageMyHistoryApprovalRecord', |
||||
method: 'get', |
||||
params: { |
||||
...params, |
||||
current, |
||||
size, |
||||
}, |
||||
cryptoToken: false, |
||||
cryptoData: false, |
||||
}); |
||||
}; |
||||
|
||||
@ -0,0 +1,16 @@ |
||||
import request from '@/axios'; |
||||
|
||||
export const getList = (current, size, params) => { |
||||
return request({ |
||||
url: '/blade-desk/mesNotifyMessage/page', |
||||
method: 'get', |
||||
params: { |
||||
...params, |
||||
current, |
||||
size, |
||||
}, |
||||
cryptoToken: false, |
||||
cryptoData: false, |
||||
}); |
||||
}; |
||||
|
||||
@ -0,0 +1,16 @@ |
||||
import request from '@/axios'; |
||||
|
||||
export const getList = (current, size, params) => { |
||||
return request({ |
||||
url: '/blade-desk/mesApprovalRecord/pageMyApprovalRecord', |
||||
method: 'get', |
||||
params: { |
||||
...params, |
||||
current, |
||||
size, |
||||
}, |
||||
cryptoToken: false, |
||||
cryptoData: false, |
||||
}); |
||||
}; |
||||
|
||||
Loading…
Reference in new issue