فهرست منبع

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

MaiXinRong 6 سال پیش
والد
کامیت
ccaf6b58a1
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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 };
         }
 
         /**