Commit 29da6908 authored by 袁家斌's avatar 袁家斌

change

parent 6420d6d4
...@@ -1082,6 +1082,8 @@ export default { ...@@ -1082,6 +1082,8 @@ export default {
if (maplevel == 1 && params.componentType === "series") { if (maplevel == 1 && params.componentType === "series") {
if (this.currentCityName == params.data.name) { if (this.currentCityName == params.data.name) {
this.currentCityName = ""; this.currentCityName = "";
this.isProvice = true
this.switchList(1);
return; return;
} }
var streetName = null; var streetName = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment