|
@@ -1438,7 +1438,18 @@ export default {
|
|
|
this.companyid = fcId;
|
|
|
this.companyname = name;
|
|
|
this.currentTitle = name;
|
|
|
+ } else {
|
|
|
+ this.mapName =
|
|
|
+ this.currents == 0
|
|
|
+ ? "KGDL_FGS"
|
|
|
+ : name
|
|
|
+ ? name
|
|
|
+ : this.stationList[this.currents].wpId;
|
|
|
+ this.companyid = wpId;
|
|
|
+ this.companyname = name;
|
|
|
+ this.currentTitle = name;
|
|
|
}
|
|
|
+
|
|
|
this.$emit("mapClicks", fcId, activeTab);
|
|
|
this.$emit("currentActiveTab", this.penetrateType);
|
|
|
},
|
|
@@ -1459,7 +1470,7 @@ export default {
|
|
|
: this.companyname
|
|
|
? this.companyid
|
|
|
: wpId;
|
|
|
-
|
|
|
+ this.tabShow = this.activeTab;
|
|
|
this.$emit("mapClickBack", wpIds, this.activeTab);
|
|
|
this.$emit("currentActiveTab", this.penetrateType);
|
|
|
},
|
|
@@ -1482,7 +1493,7 @@ export default {
|
|
|
: this.companyname
|
|
|
? this.companyname
|
|
|
: planBtnName;
|
|
|
- this.tabShow = this.activeTab;
|
|
|
+
|
|
|
this.$emit("mapClick", this.fcId, this.activeTab);
|
|
|
this.tabShow = wpId.includes("FDC") ? -1 : wpId.includes("GDC") ? -2 : 0;
|
|
|
this.flag = wpId.includes("FDC") || wpId.includes("GDC") ? true : false;
|