Browse Source

计划单统计表-表格取值

jbb 1 year ago
parent
commit
261a817886
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/cost-allocation-total/inancialReconciliation.vue

+ 1 - 1
src/views/cost-allocation-total/inancialReconciliation.vue

@@ -416,7 +416,7 @@ export default {
         checkList(this.queryParam).then(res => {
           this.loading = false
           if (res.success) {
-            this.costAllocationData = res.result
+            this.costAllocationData = res.result.records
             this.costAllocationData.map(item=>{
               item.enter = '0'
               item.ffinalApproveDate = item.ffinalApproveDate!==''&&item.ffinalApproveDate ? moment(item.ffinalApproveDate).format('YYYY-MM-DD'):''