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;