From 841037f022e6421b86a6601d56638e3f14f5e97e Mon Sep 17 00:00:00 2001 From: "@jyuhsin" <729757837@qq.com> Date: Fri, 27 Dec 2024 16:56:58 +0800 Subject: [PATCH] commit --- .../views/platform/sys/club/regist/clubRegistApply.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/views/platform/sys/club/regist/clubRegistApply.html b/src/main/resources/views/platform/sys/club/regist/clubRegistApply.html index 7f40d8f..e20c5d6 100644 --- a/src/main/resources/views/platform/sys/club/regist/clubRegistApply.html +++ b/src/main/resources/views/platform/sys/club/regist/clubRegistApply.html @@ -381,7 +381,7 @@ layout("/layouts/platform.html"){ row.loginname = user.loginname row.unitname = user.unitname row.mobile = user.mobile - this.userOptions = [] + //this.userOptions = [] }, sponsorPersonChange(val, row, index) { const cloneData = clone(this.sponsorData) @@ -400,7 +400,7 @@ layout("/layouts/platform.html"){ row.unitname = user.unitname row.mobile = user.mobile - this.userOptions = [] + //this.userOptions = [] }, fzrChange(id) { const user = this.userOptions.find(v => {