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