Browse Source

解决bug5262(在重新切换维度时,选中的tag应该重置为1)

raolu 7 years ago
parent
commit
3b0cc132a2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/statistics/js/prescription-analysis.js

+ 1 - 0
app/statistics/js/prescription-analysis.js

@ -117,6 +117,7 @@ new Vue({
                    vm.area = vm.userRole.code;
                    vm.areaTitle = vm.userRole.name;
                    vm.dateType = 1;
                    vm.tagCode = 1;
                    EventBus.$emit('update-area-name', {areaName: vm.areaTitle});
                    
                    //然后清空请求列表数组