Authored by weiqingting

提交

@@ -23,9 +23,9 @@ function batchExport(el, type) { @@ -23,9 +23,9 @@ function batchExport(el, type) {
23 return { 23 return {
24 params: { 24 params: {
25 type: type, 25 type: type,
26 - brandId:928,//common.util.__input("brandId"),  
27 - shopId:15,//common.util.__input("shopId"),  
28 - supplierId:15,//common.util.__input("supplierId"), 26 + brandId:common.util.__input("brandId"),
  27 + shopId:common.util.__input("shopId"),
  28 + supplierId:common.util.__input("supplierId"),
29 __type: "batch-import" 29 __type: "batch-import"
30 }, 30 },
31 onStart: function() { 31 onStart: function() {