作者 何书鹏

订单导出优化

... ... @@ -173,7 +173,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
op[key]=that.searchOp[key]
}
window.location.href = "order/export?offset=" + that.offset + "&limit=" + that.limit + "&filter=" + JSON.stringify(filter) + "&op=" + JSON.stringify(op);
window.location.href = "order/export?offset=" + that.offset + "&limit=" + that.limit + "&filter=" + JSON.stringify(filter) + "&op=" + JSON.stringify(op) + '&dealer_id=' + Config.dealer_id;
},
//请求
reqOrderList(offset,limit) {
... ...