Explorar o código

台账分解,添加标准数据,不考虑台账含有未加载的节点

MaiXinRong %!s(int64=6) %!d(string=hai) anos
pai
achega
ccaf6b58a1
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      app/service/ledger.js

+ 2 - 2
app/service/ledger.js

@@ -886,8 +886,8 @@ module.exports = app => {
                     updateData.push(await this.getDataByCondition({ id: updateParent.id }));
                 }
             }
-            const expandData = await this.getChildrenByParentId(tenderId, expandIds);
-            return { create: createData, update: updateData, expand: expandData };
+            //const expandData = await this.getChildrenByParentId(tenderId, expandIds);
+            return { create: createData, update: updateData };
         }
 
         /**