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 +
src/views/yunpan/zhishou.vue | 2 +-
2 files changed, 2 insertions(+), 1 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) => {
diff --git a/src/views/yunpan/zhishou.vue b/src/views/yunpan/zhishou.vue
index 7399e15..278f25d 100644
--- a/src/views/yunpan/zhishou.vue
+++ b/src/views/yunpan/zhishou.vue
@@ -275,7 +275,7 @@
sort: 0
},
mvfolderform: {
- folderid: ''
+ folderid: null
},
rules: {
foldername: [
--
Gitblit v1.8.0