648540858
2022-01-25 abc65c6317db3d57c501615125b5a4e17b0448c9
web_src/src/components/dialog/chooseChannelForCatalog.vue
@@ -132,6 +132,7 @@
            url:`/api/platform/catalog/del`,
            params: {
              id: id,
              platformId: this.platformId,
            }
          })
            .then((res) => {
@@ -139,8 +140,8 @@
                console.log("移除成功")
                node.parent.loaded = false
                node.parent.expand();
                if(this.defaultCatalogId === id) {
                  this.defaultCatalogId = this.platformId;
                if (res.data.data) {
                  this.defaultCatalogId = res.data.data;
                }
              }
            })