From d8116b79e774dadbc883fa82382e05d334f18b90 Mon Sep 17 00:00:00 2001 From: qinoy Date: Tue, 30 May 2023 10:25:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=BB=84=E7=AE=A1=E7=90=86=E6=8C=89?= =?UTF-8?q?=E9=92=AE=20=E8=BF=9E=E7=BB=AD=E7=82=B9=E5=87=BB=E4=B8=A4?= =?UTF-8?q?=E6=AC=A1=20=E5=86=85=E5=AE=B9=E6=B6=88=E5=A4=B1=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- com.actionsoft.apps.coe.pal/src/views/Main.vue | 1 + 1 file changed, 1 insertion(+) 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; },