@@ -771,6 +771,10 @@ export default {
} else {
if (this.editType == 'copy') {
delete commitData.id;
+ this.commitData.quoteProductList = commitData.quoteProductList.map((item) => {
+ delete item.id;
+ return item;
+ })
}
addInformation(commitData)
.then((res) => {