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;
 }