This commit is contained in:
chenjinsong
2022-03-11 21:05:02 +08:00

View File

@@ -47,7 +47,7 @@ export default {
},
methods: {
handleQueryParams (queryParams) {
this.timeFilter = {
return this.timeFilter = {
startTime: Number(queryParams.startTime) * 1000,
endTime: Number(queryParams.endTime) * 1000
}