Browse Source

bug fixed

duwendi 1 year ago
parent
commit
8ecf6e7534
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/index/components/business_conditions.vue

+ 1 - 1
src/pages/index/components/business_conditions.vue

@@ -140,7 +140,7 @@
140 140
       },
141 141
       getTableData() {
142 142
         const {pageNum, pageSize} = this
143
-        api.tccqkListByPage({current: pageNum, size: pageSize}).then(res => {
143
+        api.jyqk({current: pageNum, size: pageSize}).then(res => {
144 144
           this.tableData = res.data.records || []
145 145
           this.total = res.data.total || 0
146 146
         })