|
@@ -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
|