瀏覽代碼

报表数据问题

MaiXinRong 3 月之前
父節點
當前提交
56b199685b
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      app/service/report_memory.js

+ 1 - 2
app/service/report_memory.js

@@ -1726,8 +1726,7 @@ module.exports = app => {
 
         async getSpContractTree(tid, contract_type) {
             await this.ctx.service.tender.checkTender(tid);
-            console.log(this.ctx.tender);
-            await this._getContractTree({ spid: this.ctx.tender.spid, contract_type });
+            return await this._getContractTree({ spid: this.ctx.tender.spid, contract_type });
         }
         async getSpContract(tid, contract_type) {
             await this.ctx.service.tender.checkTender(tid);