From 5c929cfb5286a31a4e067cbc61e8774f4e7d42ae Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 06 五月 2025 11:25:41 +0800 Subject: [PATCH] 任务查看:任务名称undefined解决 --- src/views/system/dept/index.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index b02461d..cfc38bf 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -181,7 +181,7 @@ // 鏄惁鏄剧ず寮瑰嚭灞� open: false, // 鏄惁灞曞紑锛岄粯璁ゅ叏閮ㄥ睍寮� - isExpandAll: true, + isExpandAll: false, // 閲嶆柊娓叉煋琛ㄦ牸鐘舵�� refreshTable: true, // 鏌ヨ鍙傛暟 @@ -226,10 +226,12 @@ /** 鏌ヨ閮ㄩ棬鍒楄〃 */ getList() { this.loading = true; + console.log(this.queryParams, "dddddd") listDept(this.queryParams).then(response => { this.deptList = this.handleTree(response.data, "deptId"); this.loading = false; }); + }, /** 杞崲閮ㄩ棬鏁版嵁缁撴瀯 */ normalizer(node) { -- Gitblit v1.8.0