lct123456
2022-04-25 70fb6d09d29ca1b4ba29a9299f310e2455301b8c
src/views/doublePreventAction/hiddenDanger/inspectionStatistics/index.vue
@@ -81,8 +81,6 @@
                value3:['',''],
                listQuery:{
                "dateList": [
                "",
                ""
                ],
                "endDate": "",
                "execUid": null,
@@ -111,7 +109,7 @@
                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)
@@ -122,7 +120,7 @@
<style scoped>
    /deep/.el-divider--horizontal {
        margin-top: 0px !important;
        margin-top: 1px !important;
    }
    .inspectionStatistics{
        width:100%;