648540858
2021-10-29 c35932e24cf9dda9ef396ab5a45fb1a6e5539748
web_src/src/components/dialog/chooseChannelForGb.vue
@@ -182,7 +182,9 @@
        getChannelList: function () {
            let that = this;
            this.$axios.get(`/api/platform/channel_list`, {
            this.$axios({
                    method:"get",
                    url:`/api/platform/channel_list`,
                    params: {
                        page: that.currentPage,
                        count: that.count,