lanss
2022-01-25 d34be408d6f933586cdab190a6f78ff1a10a5820
web_src/src/components/dialog/chooseChannelForCatalog.vue
@@ -239,7 +239,15 @@
                  disabled: node.level === 1,
                  divided: true,
                  onClick: () => {
                    this.removeCatalog(data.id, node)
                    this.$confirm('确定删除?', '提示', {
                      confirmButtonText: '确定',
                      cancelButtonText: '取消',
                      type: 'warning'
                    }).then(() => {
                      this.removeCatalog(data.id, node)
                    }).catch(() => {
                    });
                  }
                },
                {