|
@@ -540,7 +540,7 @@
|
|
this.priceList.push(_newObj)
|
|
this.priceList.push(_newObj)
|
|
},
|
|
},
|
|
// 删除价格组
|
|
// 删除价格组
|
|
- delSetPrice(item, index) {
|
|
|
|
|
|
+ delSetPrice(item, index) {debugger
|
|
let that = this
|
|
let that = this
|
|
this.checkList1 = []
|
|
this.checkList1 = []
|
|
this.checkList2 = []
|
|
this.checkList2 = []
|
|
@@ -568,8 +568,8 @@
|
|
type: 'warning'
|
|
type: 'warning'
|
|
});
|
|
});
|
|
} else {
|
|
} else {
|
|
- that.baseInfoForm.details.split(index,1)
|
|
|
|
that.priceList.splice(index, 1)
|
|
that.priceList.splice(index, 1)
|
|
|
|
+ that.baseInfoForm.details.split(index,1)
|
|
}
|
|
}
|
|
})
|
|
})
|
|
.catch(() => {
|
|
.catch(() => {
|