diff --git a/src/views/alarmVideos/alarmLog.vue b/src/views/alarmVideos/alarmLog.vue index 5728684..b52d541 100644 --- a/src/views/alarmVideos/alarmLog.vue +++ b/src/views/alarmVideos/alarmLog.vue @@ -22,7 +22,7 @@ 搜索 - 重置 + 重置 @@ -213,6 +213,7 @@ export default { reset() { this.queryParam.startTime = "" this.queryParam.endTime = "" + this.queryParam.streetId = 0 this.time = [] this.handleGetalarmLog() }, diff --git a/src/views/alarmVideos/index.vue b/src/views/alarmVideos/index.vue index 6e891cc..9ab78bd 100644 --- a/src/views/alarmVideos/index.vue +++ b/src/views/alarmVideos/index.vue @@ -13,7 +13,7 @@ 搜索 - + 重置 @@ -158,6 +158,12 @@ export default { this.visible = visible this.vid = data }, + reset() { + this.queryParam.startTime = "" + this.queryParam.endTime = "" + this.time = [] + this.handleGetalarmList() + }, }, }; diff --git a/src/views/checkManage/checkOperation.vue b/src/views/checkManage/checkOperation.vue index 86203ae..e0619fc 100644 --- a/src/views/checkManage/checkOperation.vue +++ b/src/views/checkManage/checkOperation.vue @@ -41,7 +41,8 @@
-
+
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

该货位暂无相关记录

+
+
+ + +
+ <上一个 +

{{listrow}}行{{listcolumn}}列

+ 下一个> + +
+
+
{ - this.next(index) + if (res.code == 200) { + this.next(index) + this.$message.success('操作成功'); + } + }).catch(err => { }); @@ -418,7 +495,7 @@ export default { .checkOperation { .carousel-page { - width: 900px; + width: 90%; /*border: solid 1px blue;*/ &-title { color: #009FE3; @@ -440,11 +517,8 @@ export default { flex-direction: column; font-size: 17px; height: 400px; - width: 400px; - img { - width: 100%; - height: calc(100% - 25px) + height: 100% } p { diff --git a/src/views/checkManage/index.vue b/src/views/checkManage/index.vue index 9a5c874..45c37b3 100644 --- a/src/views/checkManage/index.vue +++ b/src/views/checkManage/index.vue @@ -18,7 +18,7 @@
-
+
diff --git a/src/views/historyMonitoring/index.vue b/src/views/historyMonitoring/index.vue index 2866822..63de1a5 100644 --- a/src/views/historyMonitoring/index.vue +++ b/src/views/historyMonitoring/index.vue @@ -17,7 +17,7 @@ 搜索 - + 重置 @@ -211,6 +211,13 @@ export default { this.visible = visible this.vid = data }, + reset() { + this.queryParam.startTime = "" + this.queryParam.endTime = "" + this.queryParam.orderNum = "" + this.time = [] + this.handleGetHistoryList() + }, }, components: { Model