|
@@ -663,7 +663,9 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- this.goodsList.forEach(item => {
|
|
|
|
|
|
+ let goodsList = JSON.parse(JSON.stringify(this.goodsList));
|
|
|
|
+
|
|
|
|
+ goodsList.forEach(item => {
|
|
delete item.rebateWallets;
|
|
delete item.rebateWallets;
|
|
delete item.wallets;
|
|
delete item.wallets;
|
|
})
|
|
})
|
|
@@ -685,7 +687,7 @@ export default {
|
|
note1: this.mainForm.greeReply || '',
|
|
note1: this.mainForm.greeReply || '',
|
|
remark: this.mainForm.remark || '',
|
|
remark: this.mainForm.remark || '',
|
|
fileNo: this.mainForm.fileNum || '',
|
|
fileNo: this.mainForm.fileNum || '',
|
|
- items: this.goodsList,
|
|
|
|
|
|
+ items: goodsList,
|
|
}
|
|
}
|
|
if(type === 1) {
|
|
if(type === 1) {
|
|
if(this.listItem) {
|
|
if(this.listItem) {
|