小组管理按钮 连续点击两次 内容消失问题

This commit is contained in:
qinoy 2023-05-30 10:25:56 +08:00
parent c50fc90f1d
commit d8116b79e7

View File

@ -173,6 +173,7 @@
this.wsId = this.$store.getters.getWsIdFn;
if (document.getElementById("cooperationContent") != undefined) {
document.getElementById("cooperationContent").innerHTML = '';
this.openCooperationIframe();
}
this.cooperation.drawer = true;
},