From 4a3a070d46e3a26cf3e053a2f0a007a4bef8fd99 Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期四, 14 九月 2023 12:05:20 +0800 Subject: [PATCH] qq --- src/views/project/fund/applyDetail/index.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/project/fund/applyDetail/index.vue b/src/views/project/fund/applyDetail/index.vue index 3bf7dc8..c000504 100644 --- a/src/views/project/fund/applyDetail/index.vue +++ b/src/views/project/fund/applyDetail/index.vue @@ -1246,12 +1246,14 @@ //涓氬姟鏄庣粏 getownFundDetail(this.curId).then(res => { this.rbDetails = res.data; + console.log("this.feeBlocks",this.feeBlocks); for (let m = 0; m < this.rbDetails.length; m++) { this.rbDetails[m].itemlist = []; this.getRowFeeItems(m, this.rbDetails[m]); //鑾峰彇璐圭敤椤圭洰鐨勮缁嗕俊鎭� this.rbDetails[m].rowfeeblocks = this.feeBlocks.filter(r => r.itemid == this.rbDetails[m].itemid); + console.log("this.rbDetails[m].rowfeeblocks",this.rbDetails[m].rowfeeblocks); } if (this.rbDetails.length == 0) { @@ -2309,10 +2311,9 @@ this.checkedCities.forEach(item => { let rowData = { orderno: null, - id: item.id, fundid: null, beneficiaryname: item.reportName, - beneficiaryno: null, + beneficiaryno: item.reportNo, unitname: item.unitname, unitno: null, uintuserno: null, -- Gitblit v1.9.3