ezhizao_zx 3 ay önce
ebeveyn
işleme
e94427e469
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 3 1
      src/views/business/firstOutsource/form.vue

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

@@ -609,7 +609,9 @@ function handleSubmit() {
             }
           });
         }
-      }).catch(_ => { });
+      }).catch(_ => {
+        submitValue = 0
+      });
   } else {
     if (!form.value.details || form.value.details.length == 0) {
       proxy.$modal.msgError("请添加产品明细");