From 13b8b02bdfa4e1e88d231ba9fb505361f570b655 Mon Sep 17 00:00:00 2001 From: tczjx58520 <2283600185@qq.com> Date: Thu, 19 Sep 2019 13:47:26 +0800 Subject: [PATCH] commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改bug --- src/views/EmployeeInformation/NewEmployeeInformation.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/EmployeeInformation/NewEmployeeInformation.vue b/src/views/EmployeeInformation/NewEmployeeInformation.vue index 42962148..ccd9205e 100644 --- a/src/views/EmployeeInformation/NewEmployeeInformation.vue +++ b/src/views/EmployeeInformation/NewEmployeeInformation.vue @@ -555,6 +555,7 @@ export default { } }) } else { + this.$refs.companyForm.validate() this.$notify.error({ title: '错误', message: '信息未填完整', @@ -566,6 +567,8 @@ export default { } }) } else { + this.$refs.connectForm.validate() + this.$refs.companyForm.validate() this.$notify.error({ title: '错误', message: '信息未填完整',