Procházet zdrojové kódy

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

002637 před 1 rokem
rodič
revize
1226d64e05

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

@@ -631,7 +631,7 @@ export default {
         this.computeTotal()
       } else {
         if (row.id !== null) {
-          this.$modal.confirm('是否确认删除月销售目标填报明细编号为"' + ids + '"的数据项?').then(function () {
+          this.$modal.confirm('是否确认删除月销售目标填报明细编号为"' + row.id + '"的数据项?').then(function () {
             return delMonthSaleGoalDetails(row.id);
           }).then(() => {
             this.getListDetails();