소스 검색

修改测试bug

linehang 7 년 전
부모
커밋
59754f77ca
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      component/statistics/resident-analysis-filter.js

+ 2 - 0
component/statistics/resident-analysis-filter.js

@ -134,6 +134,7 @@
					vm.resultCode = vm.curCode || userRole.code;
				}else{
					vm.resultCode = $($(".div-content .div-item .div-btn.active").eq(0)).attr("data-id");
					vm.curName = $($(".div-content .div-item .div-btn.active").eq(0)).find("a").text();
				}
				vm.selectLevel = 3;
			}
@ -143,6 +144,7 @@
				    vm.curName = $($(".div-content .div-item .div-btn.active").eq(1)).find("a").text();
				}else{
				    vm.resultCode = $($(".div-content .div-item .div-btn.active").eq(0)).attr("data-id");
				    vm.curName = $($(".div-content .div-item .div-btn.active").eq(0)).find("a").text();
				}
				vm.selectLevel = 2;
			}