chrislee 3 weeks ago
parent
commit
f45e29ada7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/modules/device/device-list.vue

+ 1 - 0
src/views/modules/device/device-list.vue

@@ -359,6 +359,7 @@ export default {
       }).then(({data}) => {
       }).then(({data}) => {
         if (data && data.code === '200') {
         if (data && data.code === '200') {
           this.dataList = data.data.records
           this.dataList = data.data.records
+          // console.log('data.data.records', data.data.records)
           this.totalPage = Number(data.data.total)
           this.totalPage = Number(data.data.total)
         } else {
         } else {
           this.dataList = []
           this.dataList = []