소스 검색

bug修复

laiguoran 3 년 전
부모
커밋
814531c1eb
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      app/service/change_ledger.js

+ 0 - 3
app/service/change_ledger.js

@@ -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) {