zhaobao 1 year ago
parent
commit
3f0924a655
1 changed files with 8 additions and 4 deletions
  1. 8 4
      src/views/bigScreen/goafCameraAlarm/index.vue

+ 8 - 4
src/views/bigScreen/goafCameraAlarm/index.vue

@@ -232,7 +232,8 @@ export default {
         endLoadTime: this.conditions.endLoadTime,
         transLicense: this.conditions.carPlate,
         startUnLoadTime: this.conditions.startUnLoadTime,
-        endUnLoadTime: this.conditions.endUnLoadTime
+        endUnLoadTime: this.conditions.endUnLoadTime,
+        transEvaluate: this.conditions.transEvaluate
       }
       for (const key in params) {
         if (this.isNull(params[key])) {
@@ -251,7 +252,8 @@ export default {
         limit: this.conditions.limit,
         startTime: this.conditions.startLoadTime,
         endTime: this.conditions.endLoadTime,
-        transAbnormarlLicense: this.conditions.carPlate
+        transAbnormarlLicense: this.conditions.carPlate,
+        transEvaluate: this.conditions.transEvaluate
       }
       for (const key in params) {
         if (this.isNull(params[key])) {
@@ -279,7 +281,8 @@ export default {
         endLoadTime: '',
         startUnLoadTime: '',
         endUnLoadTime: '',
-        carPlate: ''
+        carPlate: '',
+        transEvaluate: ''
       }
       this.getData()
     },
@@ -292,7 +295,8 @@ export default {
         endLoadTime: this.conditions.endLoadTime,
         transLicense: this.conditions.carPlate,
         startUnLoadTime: this.conditions.startUnLoadTime,
-        endUnLoadTime: this.conditions.endUnLoadTime
+        endUnLoadTime: this.conditions.endUnLoadTime,
+        transEvaluate: this.conditions.transEvaluate
       }
       for (const key in params) {
         if (this.isNull(params[key])) {