|
@@ -650,8 +650,7 @@
|
|
|
} else {
|
|
|
siteApi.searchStationData({
|
|
|
longitude: this.longitude,
|
|
|
- latitude: this.latitude,
|
|
|
- online: 0
|
|
|
+ latitude: this.latitude
|
|
|
}).then((response) => {
|
|
|
var stationDataList = response.data.data[0];
|
|
|
this.stationList = response.data.data;
|