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