Explorar el Código

场站信息分页bug修复

tl hace 4 meses
padre
commit
6d55a02566
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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