From e0bff81b857ed96b35f2ff3fb15e8e3b0481b088 Mon Sep 17 00:00:00 2001 From: RenCheng Date: Sun, 9 Mar 2025 16:51:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E6=8E=89=E4=BB=A3=E7=A0=81=E4=B8=8A?= =?UTF-8?q?=E9=83=A8=E9=97=A8=E5=92=8C=E7=A7=9F=E6=88=B7=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/user/LoginSelectTenant.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/user/LoginSelectTenant.vue b/src/views/user/LoginSelectTenant.vue index 9df5699..8689e35 100644 --- a/src/views/user/LoginSelectTenant.vue +++ b/src/views/user/LoginSelectTenant.vue @@ -104,11 +104,11 @@ // }); this.isMultiDepart = false }else if(multi_depart==2){ - this.visible=true - this.isMultiDepart = true - this.departList = loginResult.departs + // this.visible=true + // this.isMultiDepart = true + // this.departList = loginResult.departs }else { - this.isMultiDepart = false + // this.isMultiDepart = false } }, bizTenant(ids){ @@ -118,11 +118,11 @@ this.tenant_id = ids; this.isMultiTenant = false }else{ - this.visible = true - this.isMultiTenant = true - getAction('/sys/tenant/queryList', {ids: ids}).then(res=>{ - this.tenantList = res.result - }) + // this.visible = true + // this.isMultiTenant = true + // getAction('/sys/tenant/queryList', {ids: ids}).then(res=>{ + // this.tenantList = res.result + // }) } }, show(loginResult){