zdl 1 year ago
parent
commit
8923c155f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/otherStatisticsData/list.vue

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

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