This commit is contained in:
weipengfei 2023-12-25 19:12:10 +08:00
parent 1203d133cf
commit ae098df597
1 changed files with 2 additions and 2 deletions

View File

@ -389,15 +389,15 @@
},
//
updateLable(){
console.log({...this.lableInfo});
productUpdateFree(this.lableInfo.id, {
mer_labels: this.lableInfo.mer_labels
}).then((res)=>{
Toast(res.message);
this.lableShow = false;
this.getList(this.mer_id, false);
this.getList(this.mer_id, true);
}).catch(e=>{
Toast(e)
this.lableShow = false;
})
},
menuActiona(item, index) {