chenrui  2 years ago
parent
commit
ce2dfb77ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/securityCheck/views/cargoRelevanceTable.vue

+ 1 - 1
src/views/securityCheck/views/cargoRelevanceTable.vue

@@ -311,7 +311,7 @@ export default {
     searchHandler(arr) {
     searchHandler(arr) {
       this.FormData.startTime = arr[0][0];
       this.FormData.startTime = arr[0][0];
       this.FormData.endTime = arr[0][1];
       this.FormData.endTime = arr[0][1];
-      this.FormData.agentLevel = arr[1];
+      this.FormData.destination = arr[1];
       this.FormData.agentCode = arr[2];
       this.FormData.agentCode = arr[2];
       this.getData();
       this.getData();
     },
     },