From dad71d3ff3fa37090c78f3d83d09db0fa54601ca Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 29 七月 2024 17:30:08 +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