ezhizao_zx 11 mesi fa
parent
commit
0ab3c92063
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      src/views/business/firstOutsource/form.vue

+ 2 - 1
src/views/business/firstOutsource/form.vue

@@ -391,7 +391,8 @@ function reset() {
     packagingMethod: "0",
     remark: null,
     details: [],
-    isSubmit: 0
+    isSubmit: 0,
+    isFirstProcess: 1
   };
   proxy.resetForm("formRef");
 }