Commit f3115e56 authored by 黄奎's avatar 黄奎

行程特色修改

parent f2e208e5
......@@ -1750,6 +1750,14 @@
this.oldVal = JSON.parse(JSON.stringify(this.FeatureData));
this.init()
}
//调用初始化信息提示
var that = this;
that.MsgBus.$on('comUpTravel',function(){
that.UpDateInfo();
});
that.MsgBus.$on('resetFresh',function(){
that.Refresh=false;
});
}
}
......
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