ezhizao_zx vor 1 Jahr
Ursprung
Commit
dff67badfd
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 4 4
      src/views/business/financial/contract/form.vue

+ 4 - 4
src/views/business/financial/contract/form.vue

@@ -393,10 +393,10 @@ function submitForm() {
 }
 
 function detailValid() {
-  if (form.value.files.length === 0) {
-    proxy.$modal.msgError("收款附件为空");
-    return false;
-  }
+  // if (form.value.files.length === 0) {
+  //   proxy.$modal.msgError("收款附件为空");
+  //   return false;
+  // }
   return true;
 }