@ -68,8 +68,10 @@ new Vue({
this.level = arg.level;
this.lowLevel = arg.lowLevel;
this.area = arg.area;
this.areaTitle = arg.areaTitle;
loadData([0,1,2], this);
}
EventBus.$emit('update-area-name', {areaName: this.areaTitle});
//存储请求所带的参数
reqList.push({
level: this.level,
@ -137,6 +137,7 @@ new Vue({