| | |
| | | }, |
| | | |
| | | changeCompleteTimeInspectionPerson() { |
| | | console.log(this.value2,this.completeListQuery,'222') |
| | | if(this.value2 !== null){ |
| | | this.completeListQuery.startTime = this.value2[0] |
| | | this.completeListQuery.endTime = this.value2[1] |
| | |
| | | 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) |
| | | }, |
| | | |
| | | // 各部门预约 |