From 2402f7902663a20fe1b66f4305abb5ba05d7016f Mon Sep 17 00:00:00 2001
From: 孔祥富 <kongxf@daryun.com>
Date: 星期四, 18 三月 2021 16:02:02 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/views/user/archivesEdit.vue |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/src/views/user/archivesEdit.vue b/src/views/user/archivesEdit.vue
index a782974..80a4800 100644
--- a/src/views/user/archivesEdit.vue
+++ b/src/views/user/archivesEdit.vue
@@ -4218,10 +4218,10 @@
       this.readon = true
     },
     gzupdate1() {
-      const empBaseInfoForm = this.empBaseInfoForm
-      if (empBaseInfoForm.imagePath.indexOf('data:image/jpeg') === -1) {
-        this.empBaseInfoForm.imagePath = ''
-      }
+      // const empBaseInfoForm = this.empBaseInfoForm
+      // if (empBaseInfoForm.imagePath.indexOf('data:image/jpeg') === -1) {
+      //   this.empBaseInfoForm.imagePath = ''
+      // }
       this.$put('hr/empBaseInfo', { ...this.empBaseInfoForm }).then(() => {
         this.$message({
           message: this.$t('tips.updateSuccess'),
@@ -5016,7 +5016,6 @@
       this.remarkInfoForm.version = ''
     },
     dialogIsShow() {
-      debugger
       this.workExperienceModal = false
       this.isAdd = true
       this.dialogshowArr[this.thisShowIndex].show = !this.dialogshowArr[this.thisShowIndex]
@@ -6179,4 +6178,3 @@
   border-color: rgb(64, 158, 255) !important;
 }
 </style>
-

--
Gitblit v1.8.0