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