瀏覽代碼

修改关联跳转报错

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,