| | |
| | | this.getCatalogFromUser((catalogId)=>{ |
| | | this.$axios({ |
| | | method:"post", |
| | | url:"./api/gbStream/add", |
| | | url:"/api/gbStream/add", |
| | | data:{ |
| | | platformId: this.platformId, |
| | | catalogId: catalogId, |
| | |
| | | |
| | | this.$axios({ |
| | | method:"delete", |
| | | url:"./api/gbStream/del", |
| | | url:"/api/gbStream/del", |
| | | data:{ |
| | | platformId: this.platformId, |
| | | all: all, |
| | |
| | | |
| | | this.$axios({ |
| | | method: 'get', |
| | | url:`./api/gbStream/list`, |
| | | url:`/api/gbStream/list`, |
| | | params: { |
| | | page: that.currentPage, |
| | | count: that.count, |
| | |
| | | }).then(() => { |
| | | this.$axios({ |
| | | method:"delete", |
| | | url:"./api/gbStream/del", |
| | | url:"/api/gbStream/del", |
| | | data:{ |
| | | platformId: this.platformId, |
| | | gbStreams: this.multipleSelection, |
| | |
| | | this.getCatalogFromUser((catalogId)=>{ |
| | | this.$axios({ |
| | | method:"post", |
| | | url:"./api/gbStream/add", |
| | | url:"/api/gbStream/add", |
| | | data:{ |
| | | platformId: this.platformId, |
| | | catalogId: catalogId, |