ezhizao_zx 1 년 전
부모
커밋
dff67badfd
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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;
 }