瀏覽代碼

截图上传bug修复

王通 1 年之前
父節點
當前提交
4ad23c2b7b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/eventdetailsdialog.vue

+ 2 - 2
src/views/eventdetailsdialog.vue

@@ -961,7 +961,7 @@
               v-for="(item, index) in depteventList"
             >
               <div class="bgt-info">
-                
+
                   <el-tooltip :content="item.deptName" placement="bottom">
                     <div style="line-height: normal" class="bgt-info-name"
                       :class="{ on: iconCurrentIndex === item.deptId }"
@@ -3816,7 +3816,7 @@ export default {
       }).then((res) => {
         if (res.code == 200) {
           this.$message.success(`截图上传成功!`);
-          this.showEventDialog(that.eventCode,false);
+          this.showEventDialog(this.eventCode,false);
         }
       });
     },