Commit 8729746b authored by FE-安焕焕's avatar FE-安焕焕 👣

最最最后一次

parent ecb80f2c
...@@ -66,7 +66,7 @@ export function downTemplate() { ...@@ -66,7 +66,7 @@ export function downTemplate() {
} }
export async function downOrder(params) { export async function downOrder(params) {
const data = await request.post('/api/kdsp/op/mch-order/order-export', { const data = await request.post('/api/kdsp/op/mch-order/order-export', {
data: stringify(params), data: stringify(_.omitBy(params, v => !v)),
headers: { headers: {
'Content-Type': 'application/x-www-form-urlencoded', 'Content-Type': 'application/x-www-form-urlencoded',
}, },
......
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