11
WXL
2023-10-18 53ec93887912ec83577e56cbd8c0f8cef2986431
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() +