修改
This commit is contained in:
parent
3f7b35a7f4
commit
d15c9df7d4
@ -50,3 +50,12 @@ export function exportPayroll(query) {
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
export function exportgzd(data) {
|
||||
return request({
|
||||
url: '/finance/financeDetail/export',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user