Skip to content

Commit c33b33c

Browse files
committed
Merge branch 'master' of https://github.com/linlinjava/litemall
2 parents 2b87976 + ce310d9 commit c33b33c

File tree

2 files changed

+198
-198
lines changed

2 files changed

+198
-198
lines changed

litemall-admin/src/api/order.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ export function listOrder(query) {
66
url: '/order/list',
77
method: 'get',
88
params: query,
9-
paramsSerializer: function(params) {
10-
return Qs.stringify(params, { arrayFormat: 'repeat' })
9+
paramsSerializer: {
10+
serialize: (params) => Qs.stringify(params, { arrayFormat: 'repeat' })
1111
}
1212
})
1313
}

0 commit comments

Comments
 (0)