Explorar el Código

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

695593266@qq.com hace 5 meses
padre
commit
524e7bf032
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;