修复运营后台搜索bug

This commit is contained in:
lcc
2025-09-17 10:00:15 +08:00
parent b0a5dc831a
commit 19dcf1f629
2 changed files with 2 additions and 2 deletions
@@ -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: {
@@ -147,7 +147,7 @@
methods: {
async initData() {
try {
await this.loadOrg();
// await this.loadOrg();
// await this.loadOrgTeam();
await Promise.all([
groupTypeUsers()