|
@@ -605,11 +605,11 @@ export default {
|
|
|
this.form.documentStatus = '未提交'
|
|
|
this.form.monthDetailsList = this.monthSaleGoalDetailsList
|
|
|
console.log(this.form);
|
|
|
- /*addMonthSaleGoal(this.form).then(response => {
|
|
|
+ addMonthSaleGoal(this.form).then(response => {
|
|
|
this.$modal.msgSuccess("新增成功");
|
|
|
this.open = false;
|
|
|
this.getList();
|
|
|
- });*/
|
|
|
+ });
|
|
|
}
|
|
|
}
|
|
|
});
|