perf: 申请试用后 初始化权限列表
This commit is contained in:
@ -45,7 +45,7 @@ export const useEnterpriseStore = defineStore('enterprise', {
|
||||
this.enterpriseInfo.used_sub_account_count++;
|
||||
}
|
||||
},
|
||||
async getUserEnterpriseInfo() {
|
||||
async getEnterpriseInfo() {
|
||||
if (this.enterpriseInfo) {
|
||||
const { code, data } = await fetchEnterpriseInfo(this.enterpriseInfo!.id);
|
||||
if (code === 200) {
|
||||
|
||||
Reference in New Issue
Block a user