src/views/datamanage/catalogueManage.vue
@@ -537,7 +537,18 @@ } }, setDelNode() { this.remove(this.newNode, this.itemdetail) this.$confirm('此操作将永久删除该目录, 是否继续?', '提示', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning' }).then(() => { this.remove(this.newNode, this.itemdetail) }).catch(() => { this.$message({ type: 'info', message: '已取消删除' }); }); }, setNewNode(res) { var id, lever, orderNum;