Browse Source

解决bug5277 【PC端-统计】统计分析-退改签:页面定位问题。

raolu 7 years ago
parent
commit
ab8b54c175
1 changed files with 4 additions and 0 deletions
  1. 4 0
      app/statistics/js/change-back.js

+ 4 - 0
app/statistics/js/change-back.js

@ -60,6 +60,9 @@ new Vue({
				this.area = arg.area;
				loadData([0, 1, 2], this);
			}
			
			this.areaTitle = arg.areaTitle;
			EventBus.$emit('update-area-name', {areaName: this.areaTitle});
			//存储请求所带的参数
			reqList.push({
				level: this.level,
@ -107,6 +110,7 @@ new Vue({
				vm.index = info.index;
				loadData([0, 1, 2], vm);
				EventBus.$emit('update-area-name', {areaName: vm.areaTitle});
			}
		});
		//监听页面刷新