@@ -963,9 +963,6 @@ module.exports = app => {
}
// 选中节点--全部后兄弟节点 收编为子节点 修改pid, order, full_path
await this._syncUpLevelNexts(last);
- if (selects) {
- throw '阻断';
- }
await this.transaction.commit();
this.transaction = null;
} catch (err) {