From 13fb093991c977b09e7241abefbbe8018a7be8fd Mon Sep 17 00:00:00 2001
From: yz_08 <yz_0812@outlook.com>
Date: 星期五, 02 四月 2021 11:05:59 +0800
Subject: [PATCH] fix(hr人事): 修改不能编辑bug

---
 src/views/user/archivesEdit.vue |   27 +++++++++++++--------------
 1 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/src/views/user/archivesEdit.vue b/src/views/user/archivesEdit.vue
index fa591d3..a371c42 100644
--- a/src/views/user/archivesEdit.vue
+++ b/src/views/user/archivesEdit.vue
@@ -3328,7 +3328,6 @@
         creator: '',
         modifyTime: '',
         modifier: '',
-
         version: '',
         empStatus: 0,
         remark: ''
@@ -4131,19 +4130,19 @@
       this.empBaseInfoImageUrl = pages.getEmpBaseInfoImage + this.empBaseInfoForm.empId
       this.fileDate.empId = this.empBaseInfoForm.empId
       this.labelfrom.empId = this.empBaseInfoForm.empId
-      this.remarkInfoForm = { ...val }
-      this.laborTroubleForm = { ...val }
-      this.occupationalForm = { ...val }
-      this.accidentCasesForm = { ...val }
-      this.insuranceForm = { ...val }
-      this.unemploymentForm = { ...val }
-      this.resignForm = { ...val }
-      this.leaveInfoForm = { ...val }
-      this.contractInfoForm = { ...val }
-      this.dimissionAttendForm = { ...val }
-      this.physicalExamForm = { ...val }
-      this.workExperienceForm = { ...val }
-      this.badRecordForm = { ...val }
+      // this.remarkInfoForm = { ...val }
+      // this.laborTroubleForm = { ...val }
+      // this.occupationalForm = { ...val }
+      // this.accidentCasesForm = { ...val }
+      // this.insuranceForm = { ...val }
+      // this.unemploymentForm = { ...val }
+      // this.resignForm = { ...val }
+      // this.leaveInfoForm = { ...val }
+      // this.contractInfoForm = { ...val }
+      // this.dimissionAttendForm = { ...val }
+      // this.physicalExamForm = { ...val }
+      // this.workExperienceForm = { ...val }
+      // this.badRecordForm = { ...val }
       this.initlabel()
       this.initphysicalExamData()
       this.initList() // 工作经历

--
Gitblit v1.8.0