From 380c42040f94b2bde522092f5c4061ea6f9ad0f1 Mon Sep 17 00:00:00 2001 From: xiaoQQya Date: Thu, 26 Jun 2025 12:53:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=9B=BD=E6=A0=87?= =?UTF-8?q?=E6=94=B6=E6=B5=81=E5=88=97=E8=A1=A8=E5=85=B3=E9=97=AD=E5=86=8D?= =?UTF-8?q?=E6=89=93=E5=BC=80=E6=97=B6=E6=9C=AA=E5=88=B7=E6=96=B0=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/dialog/hasStreamChannel.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/web/src/views/dialog/hasStreamChannel.vue b/web/src/views/dialog/hasStreamChannel.vue index be808366b..a00496167 100644 --- a/web/src/views/dialog/hasStreamChannel.vue +++ b/web/src/views/dialog/hasStreamChannel.vue @@ -90,12 +90,10 @@ export default { total: 0 } }, - mounted() { - this.getChannelList() - }, methods: { openDialog: function () { this.showDialog = true; + this.getChannelList(); }, getChannelList: function () { this.loading = true;