From 9ceaf5ed12a1364048fc429883361099ad6bebcb Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期三, 05 三月 2025 10:04:34 +0800
Subject: [PATCH] art: 所有设备 台账 维修工单 根据设备id查询维修工单,并过滤掉已完成的维修工单
---
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