From a3ee87d62ccecc2e1e0b4f2f0cb8875a5efa88c8 Mon Sep 17 00:00:00 2001
From: lyfO_o <764716047@qq.com>
Date: Fri, 13 May 2022 14:51:20 +0800
Subject: [PATCH] 用户相关部门
---
src/views/doublePreventAction/hiddenDanger/inspectionStatistics/index.vue | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/views/doublePreventAction/hiddenDanger/inspectionStatistics/index.vue b/src/views/doublePreventAction/hiddenDanger/inspectionStatistics/index.vue
index ba480e3..f938c1c 100644
--- a/src/views/doublePreventAction/hiddenDanger/inspectionStatistics/index.vue
+++ b/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%;
--
Gitblit v1.9.2