...
|
...
|
@@ -125,7 +125,7 @@ export default { |
|
|
//导出列表
|
|
|
exportList() {
|
|
|
const queryString = qs.stringify(this.query, true);
|
|
|
const href = `${ReturnedService.exportReturnedGoods}?${queryString}`;
|
|
|
const href = `${ReturnedService.exportReturnedGoods}${queryString}`;
|
|
|
window.open(href, '_blank');
|
|
|
},
|
|
|
},
|
...
|
...
|
|