zdl 1 年之前
父节点
当前提交
8923c155f4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
       });