| | |
| | | value3:['',''], |
| | | listQuery:{ |
| | | "dateList": [ |
| | | "", |
| | | "" |
| | | ], |
| | | "endDate": "", |
| | | "execUid": null, |
| | |
| | | this.listQuery.startDate = this.value1[0] |
| | | this.listQuery.endDate = this.value1[1] |
| | | let res = await getInspectionCount(this.listQuery) |
| | | debugger |
| | | // this.$refs.inspectionPerson.setCount(res.data.result) |
| | | }, |
| | | async changeInspectionPerson() { |
| | | let res = await getInspectionCount(this.listQuery) |
| | |
| | | |
| | | <style scoped> |
| | | /deep/.el-divider--horizontal { |
| | | margin-top: 0px !important; |
| | | margin-top: 1px !important; |
| | | } |
| | | .inspectionStatistics{ |
| | | width:100%; |