From b4b03e5b24049a2c99421fbe320752a6524743a9 Mon Sep 17 00:00:00 2001
From: luoyb <412940104@qq.com>
Date: 星期四, 11 三月 2021 17:16:41 +0800
Subject: [PATCH] fix(bug修复): 增加员工时部门选择增加返回部门全称
---
src/views/user/Informationinput.vue | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/views/user/Informationinput.vue b/src/views/user/Informationinput.vue
index 03296f5..0e325f7 100644
--- a/src/views/user/Informationinput.vue
+++ b/src/views/user/Informationinput.vue
@@ -5840,7 +5840,6 @@
this.empBaseInfoForm.jobName = item.value
this.empBaseInfoForm.JobId = item.code
}, DeptNameSelect(val) {
- debugger
this.empBaseInfoForm.deptId = val.deptId
this.empBaseInfoForm.deptName = val.label
this.empBaseInfoForm.allDeptName = val.allDeptName
--
Gitblit v1.8.0