diff --git a/pages/product/list/index.vue b/pages/product/list/index.vue index fd81dda..d7b1c36 100644 --- a/pages/product/list/index.vue +++ b/pages/product/list/index.vue @@ -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) {