|
@@ -279,7 +279,6 @@
|
|
|
})
|
|
|
item.isDisabled = invalidLength === productsListLength;
|
|
|
})
|
|
|
- console.log(this.goodsList);
|
|
|
} else {
|
|
|
this.goodsList = [];
|
|
|
}
|
|
@@ -307,7 +306,6 @@
|
|
|
},
|
|
|
ischeck(item,pro){//为未选中的时候改变为true,反之为true
|
|
|
pro.productsChecked = !pro.productsChecked;
|
|
|
- console.log(pro.productsChecked)
|
|
|
this.updateProductCheckedAllBtn(item);
|
|
|
this.updateCheckAllBtn();
|
|
|
|