From a40d9c4080c37cc5860c5ebc5f946609c4bc33b2 Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期二, 10 六月 2025 15:48:19 +0800 Subject: [PATCH] 设备封存-设备启用 选择设备 查询条件修改 --- src/views/mdc/base/modules/DepartList/DepartListTree/DepartTree.vue | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/views/mdc/base/modules/DepartList/DepartListTree/DepartTree.vue b/src/views/mdc/base/modules/DepartList/DepartListTree/DepartTree.vue index 99dfe82..f128940 100644 --- a/src/views/mdc/base/modules/DepartList/DepartListTree/DepartTree.vue +++ b/src/views/mdc/base/modules/DepartList/DepartListTree/DepartTree.vue @@ -145,6 +145,7 @@ this.allTreeKeys = [] this.treeDataSource = res.result this.generateList(res.result) + this.expandedKeys=this.allTreeKeys } else { // this.$message.warn(res.message) this.$notification.warning({ @@ -357,10 +358,6 @@ .ant-modal-cust-warp .ant-modal-content { height: 90% !important; overflow-y: hidden; - } - - #app .desktop { - height: auto !important; } /** Button鎸夐挳闂磋窛 */ -- Gitblit v1.9.3