|
|
@@ -133,7 +133,7 @@ export default {
|
|
|
initProduct(){
|
|
|
this.shopId = this.getMyShopInfo.id;
|
|
|
let type = '';
|
|
|
- this.initData({ type, shopId: this.shopId,status:0});
|
|
|
+ this.initData({ type, shopId: this.shopId,status:0,requestType:'changePrice'});
|
|
|
},
|
|
|
commitPrice(){
|
|
|
if(this.priceArr.length == 0){
|
|
|
@@ -176,7 +176,7 @@ export default {
|
|
|
});
|
|
|
this.tabIndex = e.index;
|
|
|
let type = "";
|
|
|
- this.initData({ type, shopId: this.shopId });
|
|
|
+ this.initData({ type, shopId: this.shopId,requestType:'changePrice' });
|
|
|
}
|
|
|
},
|
|
|
scrollTop() {},
|
|
|
@@ -190,7 +190,7 @@ export default {
|
|
|
this.initProductInfo();
|
|
|
let type = "";
|
|
|
this.shopId = val.selectItem.id;
|
|
|
- this.initData({ type, shopId: this.shopId })
|
|
|
+ this.initData({ type, shopId: this.shopId,requestType:'changePrice'})
|
|
|
}
|
|
|
}
|
|
|
};
|