@@ -813,6 +813,7 @@ const handleResize = () => {
/** 初始化 */
onMounted(async () => {
deptList.value = handleTree(await DeptApi.getSimpleDeptList())
+ queryParams.deptId = useUserStore().getUser.deptId;
await getStats()
// await initChart()
// await initCharts()