From a346cfbcb03a303dca252d910d2181f00e7adc20 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 03 九月 2024 10:39:10 +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