|
@@ -189,7 +189,7 @@
|
|
//获取数据列表
|
|
//获取数据列表
|
|
getList(){
|
|
getList(){
|
|
let obj = JSON.parse(JSON.stringify(this.queryParams))
|
|
let obj = JSON.parse(JSON.stringify(this.queryParams))
|
|
- obj.doorId = this.leftDataList[this.checkType].doorId
|
|
|
|
|
|
+ obj.doorId = this.leftDataList[this.checkType].doorUniqueId
|
|
if(this.dateRangeA[0]){
|
|
if(this.dateRangeA[0]){
|
|
obj.openTime = this.dateRangeA[0]+'T00:00:00'
|
|
obj.openTime = this.dateRangeA[0]+'T00:00:00'
|
|
obj.openEndTime = this.dateRangeA[1]+'T23:59:59'
|
|
obj.openEndTime = this.dateRangeA[1]+'T23:59:59'
|
|
@@ -197,13 +197,6 @@
|
|
obj.openTime = "";
|
|
obj.openTime = "";
|
|
obj.openEndTime = "";
|
|
obj.openEndTime = "";
|
|
}
|
|
}
|
|
- // if(this.dateRangeB[0]){
|
|
|
|
- // obj.startTimeB = this.dateRangeB[0]+'T00:00:00'
|
|
|
|
- // obj.endTimeB = this.dateRangeB[1]+'T23:59:59'
|
|
|
|
- // }else{
|
|
|
|
- // obj.startTimeB = "";
|
|
|
|
- // obj.endTimeB = "";
|
|
|
|
- // }
|
|
|
|
chemicalLockLogLockList(obj).then(response => {
|
|
chemicalLockLogLockList(obj).then(response => {
|
|
this.$set(this,'dataList',response.data.records);
|
|
this.$set(this,'dataList',response.data.records);
|
|
this.$set(this,'total',response.data.total);
|
|
this.$set(this,'total',response.data.total);
|