|
@@ -147,9 +147,9 @@ export const useMapStore = defineStore('mapStore', () => {
|
|
|
setCurrentToolSelectArray(item);
|
|
|
if (selectPartKey.value?.length > 0) {
|
|
|
if (selectPartKey.value == '浦东新区') {
|
|
|
- regionZone('浦东新区');
|
|
|
+ regionZone('浦东');
|
|
|
} else {
|
|
|
- regionZone(selectPartKey.value);
|
|
|
+ regionZone(selectPartKey.value.split('区')[0]);
|
|
|
}
|
|
|
}
|
|
|
}
|