小组管理按钮 连续点击两次 内容消失问题
This commit is contained in:
parent
c50fc90f1d
commit
d8116b79e7
@ -173,6 +173,7 @@
|
|||||||
this.wsId = this.$store.getters.getWsIdFn;
|
this.wsId = this.$store.getters.getWsIdFn;
|
||||||
if (document.getElementById("cooperationContent") != undefined) {
|
if (document.getElementById("cooperationContent") != undefined) {
|
||||||
document.getElementById("cooperationContent").innerHTML = '';
|
document.getElementById("cooperationContent").innerHTML = '';
|
||||||
|
this.openCooperationIframe();
|
||||||
}
|
}
|
||||||
this.cooperation.drawer = true;
|
this.cooperation.drawer = true;
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user