bingbo
2023-11-24 32f8cdece29c52f4860b163b11148e281e146b13
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()