From 1e4d34b57b2388b40864ea69ac8c5952747bb13d Mon Sep 17 00:00:00 2001
From: luoyb <412940104@qq.com>
Date: 星期四, 11 三月 2021 10:15:37 +0800
Subject: [PATCH] fix(bug修复): 列表显示的部门修改为部门全称
---
src/views/febs/system/dept/Index.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/views/febs/system/dept/Index.vue b/src/views/febs/system/dept/Index.vue
index 9674ba1..fe7c1e3 100644
--- a/src/views/febs/system/dept/Index.vue
+++ b/src/views/febs/system/dept/Index.vue
@@ -132,7 +132,8 @@
parentId: null,
deptType: '',
deptFunction: '',
- orderNum: 0
+ orderNum: 0,
+ allDeptName: ''
}
},
initDeptTree() {
@@ -162,6 +163,7 @@
this.dept.deptId = data.id
this.dept.deptType = data.deptType
this.dept.deptFunction = data.deptFunction
+ this.dept.allDeptName = data.allDeptName
this.$refs.form.clearValidate()
},
add() {
--
Gitblit v1.8.0