Forráskód Böngészése

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

695593266@qq.com 5 hónapja
szülő
commit
524e7bf032

+ 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;