From 19dcf1f629e87a8a7efde3c44f701a7768fd6bbe Mon Sep 17 00:00:00 2001 From: lcc <805383944@qq.com> Date: Wed, 17 Sep 2025 10:00:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=BF=90=E8=90=A5=E5=90=8E?= =?UTF-8?q?=E5=8F=B0=E6=90=9C=E7=B4=A2bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pingan/src/views/organization/user/components/user-import.vue | 2 +- pingan/src/views/organization/user/components/user-search.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pingan/src/views/organization/user/components/user-import.vue b/pingan/src/views/organization/user/components/user-import.vue index a1fbe7c..630e25c 100644 --- a/pingan/src/views/organization/user/components/user-import.vue +++ b/pingan/src/views/organization/user/components/user-import.vue @@ -48,7 +48,7 @@ // 导入请求状态 loading: false, // 导入模板下载地址 - url: 'https://img.liche.cn/spacestation/人员模板.xlsx' + url: 'https://img.liche.cn/spacestation/%E4%BA%BA%E5%91%98%E6%A8%A1%E7%89%88.xlsx' }; }, methods: { diff --git a/pingan/src/views/organization/user/components/user-search.vue b/pingan/src/views/organization/user/components/user-search.vue index ef360ff..fdd0601 100644 --- a/pingan/src/views/organization/user/components/user-search.vue +++ b/pingan/src/views/organization/user/components/user-search.vue @@ -147,7 +147,7 @@ methods: { async initData() { try { - await this.loadOrg(); + // await this.loadOrg(); // await this.loadOrgTeam(); await Promise.all([ groupTypeUsers()