Преглед изворни кода

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

695593266@qq.com пре 5 месеци
родитељ
комит
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;