|  |  | 
 |  |  |           this.getCatalogFromUser((catalogId)=> { | 
 |  |  |             this.$axios({ | 
 |  |  |               method:"post", | 
 |  |  |               url:"/api/platform/update_channel_for_gb", | 
 |  |  |               url:"./api/platform/update_channel_for_gb", | 
 |  |  |               data:{ | 
 |  |  |                 platformId:  this.platformId, | 
 |  |  |                 all: all, | 
 |  |  | 
 |  |  |  | 
 |  |  |             this.$axios({ | 
 |  |  |               method:"delete", | 
 |  |  |               url:"/api/platform/del_channel_for_gb", | 
 |  |  |               url:"./api/platform/del_channel_for_gb", | 
 |  |  |               data:{ | 
 |  |  |                 platformId:  this.platformId, | 
 |  |  |                 all: all, | 
 |  |  | 
 |  |  |  | 
 |  |  |             this.$axios({ | 
 |  |  |                     method:"get", | 
 |  |  |                     url:`/api/platform/channel_list`, | 
 |  |  |                     url:`./api/platform/channel_list`, | 
 |  |  |                     params: { | 
 |  |  |                         page: that.currentPage, | 
 |  |  |                         count: that.count, | 
 |  |  | 
 |  |  |         }).then(() => { | 
 |  |  |           this.$axios({ | 
 |  |  |             method:"delete", | 
 |  |  |             url:"/api/platform/del_channel_for_gb", | 
 |  |  |             url:"./api/platform/del_channel_for_gb", | 
 |  |  |             data:{ | 
 |  |  |               platformId:  this.platformId, | 
 |  |  |               channelReduces: this.multipleSelection | 
 |  |  | 
 |  |  |  | 
 |  |  |           this.$axios({ | 
 |  |  |             method: "post", | 
 |  |  |             url: "/api/platform/update_channel_for_gb", | 
 |  |  |             url: "./api/platform/update_channel_for_gb", | 
 |  |  |             data: { | 
 |  |  |               platformId: this.platformId, | 
 |  |  |               channelReduces: this.multipleSelection, |