Browse Source

lizhuo submits AnnualSaleGoal at 2023-7-21 17:00

002637 1 năm trước cách đây
mục cha
commit
08abe2ebc0
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/business/spd/goal_management/MonthSaleGoal.vue

+ 2 - 2
src/views/business/spd/goal_management/MonthSaleGoal.vue

@@ -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();
-            });*/
+            });
           }
         }
       });