From 8663c0f1a31eabe2820c98dc6524d8142afd936d Mon Sep 17 00:00:00 2001 From: zenglf <18502938215@163.com> Date: 星期三, 19 六月 2024 11:54:34 +0800 Subject: [PATCH] 1、 下次技术状态鉴定时间调整 ,下次技术状态鉴定时间=验收日期+技术状态检定周期-1天 2、字段展示调整 --- 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