修复运营后台搜索bug
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user