From 53ec93887912ec83577e56cbd8c0f8cef2986431 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 18 十月 2023 09:36:11 +0800 Subject: [PATCH] 11 --- src/views/project/fund/applyDetail/index.vue | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/views/project/fund/applyDetail/index.vue b/src/views/project/fund/applyDetail/index.vue index 7b09241..f4235ad 100644 --- a/src/views/project/fund/applyDetail/index.vue +++ b/src/views/project/fund/applyDetail/index.vue @@ -2094,7 +2094,12 @@ ); return; } - if (tempDetail.idcardno == null) { + if ( + tempDetail.idcardno == null && + this.businessType != "3" && + this.businessType != "4" + ) { + console.log(1122); this.$modal.msgWarning( "鏈嶅姟椤圭洰琛ㄤ腑锛岀" + (k + 1).toString() + -- Gitblit v1.9.3