diff --git a/com.actionsoft.apps.coe.pal/src/views/Main.vue b/com.actionsoft.apps.coe.pal/src/views/Main.vue index 9b0bb03..e617311 100644 --- a/com.actionsoft.apps.coe.pal/src/views/Main.vue +++ b/com.actionsoft.apps.coe.pal/src/views/Main.vue @@ -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; },