@@ -213,8 +213,7 @@ export default {
let data = JSON.stringify(this.priceList);
batchChangePrice({data:data,appVersion:1}).then(res => {
if(res.code == 1){
- this.priceList = [];
- this.initProduct()
+ this.priceList = []
}
uni.showToast({ title: '修改成功', icon: 'success', })
})