From a46f2000f85c91b0e118a0af1bc6022a16feadcb Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 04 七月 2024 17:15:57 +0800
Subject: [PATCH] 测试完成

---
 src/views/system/dept/index.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue
index 841e3c4..e4dceb6 100644
--- a/src/views/system/dept/index.vue
+++ b/src/views/system/dept/index.vue
@@ -300,6 +300,8 @@
   methods: {
     /** 鏌ヨ閮ㄩ棬鍒楄〃 */
     getList() {
+      console.log(this.deptList);
+
       this.loading = true;
       listDept(this.queryParams).then((response) => {
         this.deptList = this.handleTree(response.data, "deptId");

--
Gitblit v1.9.3