|
@@ -751,7 +751,11 @@ export default {
|
|
|
// 确定 添加产品
|
|
|
submitAddGoods() {
|
|
|
// this.goodsList = this.delRepeat(this.rightGoodsList, this.goodsList);
|
|
|
+
|
|
|
this.goodsList = this.goodsList.concat(this.rightGoodsList)
|
|
|
+ this.goodsList.forEach(k => {
|
|
|
+ k.id = ''
|
|
|
+ })
|
|
|
this.isShowGoodsDialog = false
|
|
|
this.leftGoodsList = []
|
|
|
this.rightGoodsList = []
|