diff --git a/src/main/resources/views/platform/zhgh/club/examine/apply/index.html b/src/main/resources/views/platform/zhgh/club/examine/apply/index.html index 54c799b0..72350f91 100644 --- a/src/main/resources/views/platform/zhgh/club/examine/apply/index.html +++ b/src/main/resources/views/platform/zhgh/club/examine/apply/index.html @@ -707,8 +707,6 @@ layout("/layouts/platform.html"){ } else { // 新增模式:初始化协会列表 await this.fetchClubList(); - // 初始化年度检查 - await this.checkIsRegistered(); } } catch (error) { this.$message.error("页面初始化失败:" + error.message);