@@ -859,8 +859,8 @@ 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 = ''