|
@@ -247,7 +247,7 @@ export default {
|
|
let params = {
|
|
let params = {
|
|
startTime: this.queryData.beginDate,
|
|
startTime: this.queryData.beginDate,
|
|
endTime: this.queryData.endDate,
|
|
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,
|
|
agentCode: this.queryData.proxyId,
|
|
openResult: '',
|
|
openResult: '',
|
|
riskRating: data,
|
|
riskRating: data,
|