Commit cce71956 authored by 黄奎's avatar 黄奎

no message

parent 76ba234d
...@@ -205,7 +205,20 @@ ...@@ -205,7 +205,20 @@
}) })
window.open(routeData.href, '_blank'); window.open(routeData.href, '_blank');
this.$emit("headCallBack"); this.$emit("headCallBack");
},
getFeatureType() {
var postMsg = {
TCID: this.tripObj
}
this.apipost('travel_get_GetTravelFeatureType', postMsg, res => {
if (res.data.resultCode == 1) {
console.log("travel_get_GetTravelFeatureType",res);
} }
}, err => {})
}
},
mounted() {
this.getFeatureType();
}, },
created() { created() {
this.TripLayer.vshowA = true; this.TripLayer.vshowA = true;
......
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