
2 changed files with 7 additions and 9 deletions
@ -1,10 +1,8 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
// 条件查询
|
|||
export function exportExcel(data) { |
|||
export function exportExcel(logId) { |
|||
return request({ |
|||
url: '/kucun/kchz', |
|||
method: 'get', |
|||
data: data |
|||
url: '/wholesale/buildExcel/' + logId |
|||
}) |
|||
} |
|||
} |
|||
|
Loading…
Reference in new issue