From ae67ded67269d82619ade13c1295dae0c9cc8d59 Mon Sep 17 00:00:00 2001
From: yz_08 <yz_0812@outlook.com>
Date: 星期三, 17 三月 2021 04:37:43 +0800
Subject: [PATCH] 修改bug

---
 src/views/user/Informationinput.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/user/Informationinput.vue b/src/views/user/Informationinput.vue
index 5ea2924..3d06897 100644
--- a/src/views/user/Informationinput.vue
+++ b/src/views/user/Informationinput.vue
@@ -4348,6 +4348,7 @@
       this.empBaseInfoForm.version = row.version
       this.dialogshowArr[0].show = true
       this.empBaseInfoImageUrl = pages.getEmpBaseInfoImage + row.empId
+      this.empBaseInfoForm.insuranceType = row.insuranceType
     },
     putEmpBase(formName) {
       this.$refs[formName].validate((valid) => {

--
Gitblit v1.8.0