马宇豪
2022-12-12 ddad5f19e0cd21f5f499e45d8155cb793c621158
修改大屏时间选择
已修改1个文件
10 ■■■■■ 文件已修改
src/views/doubleIndex/saftyScreen/components/screen.vue 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/doubleIndex/saftyScreen/components/screen.vue
@@ -449,6 +449,7 @@
            },
            changeCompleteTimeInspectionPerson() {
                console.log(this.value2,this.completeListQuery,'222')
                if(this.value2 !== null){
                    this.completeListQuery.startTime = this.value2[0]
                    this.completeListQuery.endTime = this.value2[1]
@@ -516,14 +517,15 @@
                await this.initRiskLevel()
            },
            changeInspectionTask() {
                this.updateMission(this.personListQuery)
                this.updateMission(this.taskListQuery)
            },
            changeTimeTask(){
                console.log(this.value3,this.taskListQuery,'333')
                if(this.value3 !== null){
                    this.taskListQuery.startTime = this.value1[0]
                    this.taskListQuery.endTime = this.value1[1]
                    this.taskListQuery.startTime = this.value3[0]
                    this.taskListQuery.endTime = this.value3[1]
                }
                this.updateMission(this.personListQuery)
                this.updateMission(this.taskListQuery)
            },
            // 各部门预约