Просмотр исходного кода

删除新增临时计划保存或提交会去请求计划编号

695593266@qq.com 5 месяцев назад
Родитель
Сommit
524e7bf032
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/productionPlan/components/factoryAdd/index.vue

+ 1 - 1
src/views/productionPlan/components/factoryAdd/index.vue

@@ -1454,7 +1454,7 @@
             }
 
             this.form.timeDimensionPlanType = this.type;
-            await this.getPlanCode();
+            // await this.getPlanCode();
             this.loading = true;
 
             let api = type == 'sub' ? saveAndRelease : temporaryPlanSave;