shishuaikang
2023-11-21 365352b91d6b70292c66c7e24fa41b5854e80e1a
web:安全管理-区域巡检-任务打卡.时间筛选bug修改
已修改1个文件
7 ■■■■■ 文件已修改
web/src/views/SecureManage/RiskGrad/components/TaskPunchcard.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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()