소스 검색

修改关联跳转报错

chenrui  3 년 전
부모
커밋
bb456f0c70
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/system/securityCheck/views/cargoCharts.vue

+ 1 - 1
src/views/system/securityCheck/views/cargoCharts.vue

@@ -247,7 +247,7 @@ export default {
       let params = {
         startTime: this.queryData.beginDate,
         endTime: this.queryData.endDate,
-        destination: this.queryData.places,
+        destination: typeof this.queryData.places == 'string' ? this.queryData.places : this.queryData.places[0],
         agentCode: this.queryData.proxyId,
         openResult: '',
         riskRating: data,