|
@@ -175,13 +175,15 @@
|
|
|
pageNum:1,
|
|
|
pageSize:20,
|
|
|
hazardType:2,
|
|
|
- rectifyStatus:"2",
|
|
|
- examineResult:"",
|
|
|
- searchValue:"",
|
|
|
checkTimeOrder:"",
|
|
|
zgTimeOrder:"",
|
|
|
zgTermOrder:"",
|
|
|
myRelated:1,
|
|
|
+ rectifyStatus:this.queryParams.rectifyStatus,
|
|
|
+ examineResult:this.queryParams.examineResult,
|
|
|
+ searchValue:this.queryParams.searchValue,
|
|
|
+ beginTime:this.dateRange[0]?this.dateRange[0]:'',
|
|
|
+ endTime:this.dateRange[1]?this.dateRange[1]:'',
|
|
|
}).then(response => {
|
|
|
this.$set(this,'correlationNum',response.data.total>999?' 999+':(response.data.total<1?'':' '+response.data.total));
|
|
|
});
|