|
@@ -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);
|
|
|
}
|
|
|
});
|
|
|
},
|