ezhizao_zx 3 tháng trước cách đây
mục cha
commit
e94427e469
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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("请添加产品明细");