张晓波
2023-12-07 63ad66130af6e82859afc0a27ee7a967d83cdb8d
web/src/views/SecureManage/RiskGrad/components/TaskPunchcard.vue
@@ -251,10 +251,9 @@
            })
        },
        changeTime(times) {
            if (times.length) {
                this.queryInfo.startTime = times[0]
                this.queryInfo.endTime = times[1]
            }
            times = times || ['', '']
            this.queryInfo.startTime = times[0]
            this.queryInfo.endTime = times[1]
        },
        pageChange() {
            this.getLists()