master
游梦婷 2 years ago
parent ea5bdcac3f
commit 9858e6195a
  1. 13
      physical-merchants/classify/cart/cart.vue

@ -226,7 +226,7 @@
this.cartList = res.return_data; this.cartList = res.return_data;
// //
// this.cartList[0].loseEfficacy=true; this.cartList[0].loseEfficacy=true;
@ -258,8 +258,11 @@
// }) // })
// } // }
// } // }
this.allCheck.whetherCheck = false;
this.checkAllClickChildMethod() this.allCheckInit();
// this.allCheck.whetherCheck = false;
// this.checkAllClickChildMethod()
}, },
// //
checkAllClick(e) { checkAllClick(e) {
@ -294,7 +297,7 @@
// } // }
} }
let id=select.join() let id=select.join()
// console.log(id,"id",select,this.cartList)
this.whetherCheckUpdate(id,this.allCheck.whetherCheck) this.whetherCheckUpdate(id,this.allCheck.whetherCheck)
}, },
whetherCheckUpdate(id,whetherCheck){ whetherCheckUpdate(id,whetherCheck){
@ -302,7 +305,7 @@
ids:id, ids:id,
whetherCheck:whetherCheck whetherCheck:whetherCheck
} }
// console.log(params,"params")
whetherCheckUpdate(params).then(res=>{ whetherCheckUpdate(params).then(res=>{
if(res.return_code == "000000"){ if(res.return_code == "000000"){
}else{ }else{

Loading…
Cancel
Save