修复供应链无法导入委托商品的bug
This commit is contained in:
parent
366793e9cc
commit
fb50530bb3
|
@ -142,7 +142,10 @@
|
|||
}
|
||||
},
|
||||
onLoad(option) {
|
||||
// console.log(option);
|
||||
console.log(option);
|
||||
if(option.type=="TypeSupplyChain"||option.type=="TypeTownSupplyChain"){
|
||||
this.where.product_type = 99;
|
||||
}
|
||||
this.mer_id = option.mer_id
|
||||
this.getList();
|
||||
this.data.product_id = option.product_id
|
||||
|
|
Loading…
Reference in New Issue