😎优化账号修改时组织数据时而丢失问题

This commit is contained in:
zuohuaijun 2024-11-07 13:23:21 +08:00
parent e1cdee13da
commit ff1f937ad5
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
"name": "admin.net.pro",
"type": "module",
"version": "2.4.33",
"lastBuildTime": "2024.11.06",
"lastBuildTime": "2024.11.07",
"description": "Admin.NET 站在巨人肩膀上的 .NET 通用权限开发框架",
"author": "zuohuaijun",
"license": "MIT",
@ -71,7 +71,7 @@
"vue-router": "^4.4.5",
"vue-signature-pad": "^3.0.2",
"vue3-tree-org": "^4.2.2",
"vxe-pc-ui": "^4.2.41",
"vxe-pc-ui": "^4.2.43",
"vxe-table": "^4.7.59",
"vxe-table-plugin-element": "^4.0.4",
"vxe-table-plugin-export-xlsx": "^4.0.7",

View File

@ -174,14 +174,14 @@ const options = useVxeTable<UserOutput>(
);
//
onMounted(() => {
onMounted(async () => {
state.localPageParam = Local.get(localPageParamKey) || state.localPageParam;
// fetchOrgData();
await fetchOrgData();
});
//
onActivated(async () => {
await fetchOrgData();
// await fetchOrgData();
});
// api