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(){ updateLable(){
console.log({...this.lableInfo});
productUpdateFree(this.lableInfo.id, { productUpdateFree(this.lableInfo.id, {
mer_labels: this.lableInfo.mer_labels mer_labels: this.lableInfo.mer_labels
}).then((res)=>{ }).then((res)=>{
Toast(res.message); Toast(res.message);
this.lableShow = false; this.lableShow = false;
this.getList(this.mer_id, false); this.getList(this.mer_id, true);
}).catch(e=>{ }).catch(e=>{
Toast(e) Toast(e)
this.lableShow = false;
}) })
}, },
menuActiona(item, index) { menuActiona(item, index) {