李旭东
2023-11-23 0f15ebf6575a2f79fdeadee3613bc3eb0923a590
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()