正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -173,7 +173,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin | @@ -173,7 +173,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin | ||
173 | op[key]=that.searchOp[key] | 173 | op[key]=that.searchOp[key] |
174 | } | 174 | } |
175 | 175 | ||
176 | - window.location.href = "order/export?offset=" + that.offset + "&limit=" + that.limit + "&filter=" + JSON.stringify(filter) + "&op=" + JSON.stringify(op); | 176 | + window.location.href = "order/export?offset=" + that.offset + "&limit=" + that.limit + "&filter=" + JSON.stringify(filter) + "&op=" + JSON.stringify(op) + '&dealer_id=' + Config.dealer_id; |
177 | }, | 177 | }, |
178 | //请求 | 178 | //请求 |
179 | reqOrderList(offset,limit) { | 179 | reqOrderList(offset,limit) { |
-
请 注册 或 登录 后发表评论