chenrui  3 năm trước cách đây
mục cha
commit
ce2dfb77ba
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {
       this.FormData.startTime = arr[0][0];
       this.FormData.endTime = arr[0][1];
-      this.FormData.agentLevel = arr[1];
+      this.FormData.destination = arr[1];
       this.FormData.agentCode = arr[2];
       this.getData();
     },