diff --git a/src/views/counter/device.vue b/src/views/counter/device.vue index fd5d092..6eecc4d 100644 --- a/src/views/counter/device.vue +++ b/src/views/counter/device.vue @@ -55,6 +55,7 @@ export default { getDevices() { fetchDeviceList().then(response => { this.deviceList = response.data.results + console.log(this.deviceList) this.listLoading = false }) } diff --git a/src/views/dashboard/admin/components/LogHistoryTable.vue b/src/views/dashboard/admin/components/LogHistoryTable.vue index af1de53..675f2a0 100644 --- a/src/views/dashboard/admin/components/LogHistoryTable.vue +++ b/src/views/dashboard/admin/components/LogHistoryTable.vue @@ -2,10 +2,10 @@