# bugfixed

This commit is contained in:
xianfuxing 2018-10-11 14:14:54 +08:00
parent 84070498c6
commit 99d5eea018
1 changed files with 2 additions and 2 deletions

View File

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