zdl 1 년 전
부모
커밋
e35534dbfc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/otherStatisticsData/list.vue

+ 1 - 1
src/views/otherStatisticsData/list.vue

@@ -137,7 +137,7 @@ export default {
         is_export: 0,
       };
       this.$axios.post(`/ssbfz/getBfzList`, params).then(res => {
-        this.tableData = res.data.data;
+        this.tableData = res.data.list;
         this.paginationData.total = res.data.count;
       });
     },