Parcourir la source

计划单统计表

jbb il y a 2 ans
Parent
commit
9fdb4ec297
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/cost-allocation-total/inancialReconciliation.vue

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

@@ -223,7 +223,7 @@ export default {
       this.$nextTick(() => {
         checkList(this.queryParam).then(res => {
           if (res.success) {
-            this.costAllocationData = res.result
+            this.costAllocationData = res.result.records
             this.pagination = {
               total: res.result.total,
               current: res.result.current,