diff --git a/src/views/evaluation/branch_hazard_assessment/components/evaluation.vue b/src/views/evaluation/branch_hazard_assessment/components/evaluation.vue
index 65cc3e4..49734de 100644
--- a/src/views/evaluation/branch_hazard_assessment/components/evaluation.vue
+++ b/src/views/evaluation/branch_hazard_assessment/components/evaluation.vue
@@ -82,6 +82,19 @@
+
+
+
+
+
@@ -154,6 +167,13 @@
+
+
+
+ {{ row.userIsTime }}
+
+
+
查看隐患详情
@@ -267,7 +287,8 @@ export default {
DEPARTMENT_ID: null,
STATE: '',
hiddendescr: '',
- userIs: ''
+ userIs: '',
+ userIsDate : []
},
evaluationDialog: {
visible: false,
@@ -325,6 +346,7 @@ export default {
this.searchForm.STATE = ''
this.searchForm.hiddendescr = ''
this.searchForm.userIs = ''
+ this.searchForm.userIsDate = ''
this.getList()
},
// 获取列表
@@ -336,6 +358,8 @@ export default {
...this.searchForm,
START_TIME: this.searchForm.dates && this.searchForm.dates[0],
END_TIME: this.searchForm.dates && this.searchForm.dates[1],
+ USER_IS_START_TIME: this.searchForm.userIsDate && this.searchForm.userIsDate[0],
+ USER_IS_END_TIME: this.searchForm.userIsDate && this.searchForm.userIsDate[1],
CORPINFO_ID: this.$parent.CORPINFO_ID,
EVALUATIONCONFIG_ID: this.$parent.EVALUATIONCONFIG_ID,
TYPE: this.$parent.TYPE