From 4e6b24f719a8a44eb8efd9c47e846cf86137e205 Mon Sep 17 00:00:00 2001
From: luoyb <412940104@qq.com>
Date: 星期五, 12 三月 2021 11:55:35 +0800
Subject: [PATCH] fix(bug修复): 添加员工时部门选择框提示要选择部门
---
src/views/user/Informationinput.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/user/Informationinput.vue b/src/views/user/Informationinput.vue
index 55adbe7..9ad4b6d 100644
--- a/src/views/user/Informationinput.vue
+++ b/src/views/user/Informationinput.vue
@@ -2972,7 +2972,7 @@
empId: '',
customerId: '',
archivesNumb: '',
- deptId: '',
+ deptId: null,
deptName: '',
allDeptName: '',
empNumb: '',
@@ -4234,7 +4234,7 @@
this.empBaseInfoForm.empId = ''
this.empBaseInfoForm.customerId = ''
this.empBaseInfoForm.archivesNumb = ''
- this.empBaseInfoForm.deptId = ''
+ this.empBaseInfoForm.deptId = null
this.empBaseInfoForm.deptName = ''
this.empBaseInfoForm.allDeptName = ''
this.empBaseInfoForm.empNumb = ''
--
Gitblit v1.8.0