叶松
2023-11-29 b570f6cb70f4499d98c6b7591d0217c58c5a013a
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()