|
@@ -667,10 +667,11 @@
|
|
|
this.form.replied = this.form.repliedFiles.length > 0 ? 1 : 0;
|
|
this.form.replied = this.form.repliedFiles.length > 0 ? 1 : 0;
|
|
|
let commitData = Object.assign({}, this.form, {
|
|
let commitData = Object.assign({}, this.form, {
|
|
|
totalAmount: this.totalAmount,
|
|
totalAmount: this.totalAmount,
|
|
|
|
|
+ payAmount:this.totalAmount,
|
|
|
|
|
+
|
|
|
productList: data.productList,
|
|
productList: data.productList,
|
|
|
redressProductList
|
|
redressProductList
|
|
|
});
|
|
});
|
|
|
- commitData.totalAmount = this.totalAmount;
|
|
|
|
|
|
|
|
|
|
return commitData;
|
|
return commitData;
|
|
|
} catch (error) {
|
|
} catch (error) {
|