# bugfixed
This commit is contained in:
parent
84070498c6
commit
99d5eea018
|
@ -137,12 +137,12 @@ export default {
|
|||
handleCurrentChange(page) {
|
||||
this.listLoading = true
|
||||
const device_id = this.$store.getters.deviceID
|
||||
this.getDeviceLogs({ device_id, page })
|
||||
this.getDeviceLogsHistory({ device_id, page })
|
||||
},
|
||||
handleSizeChange(page) {
|
||||
this.listLoading = true
|
||||
const device_id = this.$store.getters.deviceID
|
||||
this.getDeviceLogs({ device_id, page })
|
||||
this.getDeviceLogsHistory({ device_id, page })
|
||||
},
|
||||
handleTabClick(tab, event) {
|
||||
// console.log(tab, event)
|
||||
|
|
Loading…
Reference in New Issue