feat: export excel file
This commit is contained in:
@@ -52,4 +52,14 @@ export function queryContractPlist(param) {
|
||||
method: 'post',
|
||||
data: param,
|
||||
})
|
||||
}
|
||||
|
||||
// 导出Excel表格
|
||||
export function contractExport(param) {
|
||||
return request({
|
||||
url: '/contract/export',
|
||||
method: 'get',
|
||||
responseType: 'blob',
|
||||
params: param,
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user