From f2abae63769ec6308063a24bf1c5aa11d919903a Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 15 Jan 2026 17:59:53 +0800
Subject: [PATCH] feat:权限部分页面调整
---
applications/drone-command/src/views/system/dept.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/applications/drone-command/src/views/system/dept.vue b/applications/drone-command/src/views/system/dept.vue
index fe2e5f3..4c7926a 100644
--- a/applications/drone-command/src/views/system/dept.vue
+++ b/applications/drone-command/src/views/system/dept.vue
@@ -238,7 +238,7 @@
}
if (level === 0) {
- getLazyTree('000000000000').then(res => {
+ getLazyTree('00').then(res => {
list = res.data.data
callback()
})
--
Gitblit v1.9.3