Commit 1176053a authored by Kimber's avatar Kimber

'update'

parent 026b8f52
...@@ -135,3 +135,12 @@ export function technicalDirector() { ...@@ -135,3 +135,12 @@ export function technicalDirector() {
} }
// 导出Excel
export function exportExcel(params) {
return request({
url: '/api/customer/exportExcel',
method: 'get',
//responseType:'blob',
params
})
}
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment