Parcourir la source

场站信息分页bug修复

tl il y a 4 mois
Parent
commit
6d55a02566
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      cpp-ui/src/views/configManager/electricField/index.vue

+ 1 - 1
cpp-ui/src/views/configManager/electricField/index.vue

@@ -492,7 +492,7 @@ export default {
 
       this.$axios.get('/electricfield/getList', {params: param}).then(response => {
         this.tableData = response.data.records
-        this.page.total = response.data.total
+        this.total = response.data.total
         this.loading = false
       }).catch(() => {
         this.loading = false