|
@@ -534,7 +534,8 @@ export default {
|
|
|
goalTotal: null,
|
|
|
notes: null,
|
|
|
documentStatus: '开立态',
|
|
|
- deleteStatus: 0
|
|
|
+ deleteStatus: 0,
|
|
|
+ annualGoalMergeDetails: []
|
|
|
},
|
|
|
formDetails: {
|
|
|
id: null,
|
|
@@ -694,6 +695,7 @@ export default {
|
|
|
this.getList();
|
|
|
});
|
|
|
} else {
|
|
|
+ this.form.annualGoalMergeDetails = this.annualSaleGoalDetailsList
|
|
|
addAnnualSaleGoal(this.form).then(response => {
|
|
|
this.$modal.msgSuccess("新增成功");
|
|
|
this.open = false;
|