|
@ -199,7 +199,7 @@ new Vue({
|
|
|
getBottomAreaData: function(arg){
|
|
|
//如果level改变,则需要重新加载整个页面的数据,否则只需加载底部区域数据
|
|
|
if(arg.level == this.level){
|
|
|
this.lowLevel = arg.lowLevel;
|
|
|
this.lowLevel = arg.lowLevel || 3;
|
|
|
loadData([2], this);
|
|
|
}else{
|
|
|
this.level = arg.level;
|
|
@ -221,6 +221,7 @@ new Vue({
|
|
|
tagCode: this.tagCode,
|
|
|
sumType: this.sumType,
|
|
|
disease: this.disease,
|
|
|
dateType: this.dateType
|
|
|
})
|
|
|
}
|
|
|
}
|