|
@@ -478,7 +478,7 @@ export default {
|
|
|
datasetNames: [str3],
|
|
|
ids: [pickedFeature.id],
|
|
|
};
|
|
|
- let e = awaitmapQuery(url2, queryByIDParameters);
|
|
|
+ let e = await mapQuery(url2, queryByIDParameters);
|
|
|
if (e && e.totalCount > 0) {
|
|
|
// that.layerList.push(store.state.vectorlayerlist[i]);
|
|
|
that.layerList.push(obj);
|