@@ -859,9 +859,9 @@ export default {
this.goodsList = this.goodsList.concat(this.rightGoodsList)
this.goodsList.forEach(k => {
- // if (k.qty) {
- // k.qty = 1
- // }
+ if (k.qty) {
+ k.qty = 0
+ }
if (!k.cid) {
k.cid = ''
}