|  | @ -121,7 +121,6 @@ new Vue({
 | 
	
		
			
				|  |  | 		paramValue:'',
 | 
	
		
			
				|  |  | 		paramType:'',
 | 
	
		
			
				|  |  | 		isGugan: false,
 | 
	
		
			
				|  |  | 		docInfo: null
 | 
	
		
			
				|  |  | 	},
 | 
	
		
			
				|  |  | 	methods: {
 | 
	
		
			
				|  |  | 		open: function() {
 | 
	
	
		
			
				|  | @ -148,6 +147,9 @@ new Vue({
 | 
	
		
			
				|  |  | 			    httpRequest.getDoctorInfo().then(function(res){
 | 
	
		
			
				|  |  | 			        var docInfo = res.data,
 | 
	
		
			
				|  |  | 			        userRole = docInfo.userRole;
 | 
	
		
			
				|  |  | 							if(docInfo.expandLevelName){
 | 
	
		
			
				|  |  | 								vm.isGugan = docInfo.expandLevelName.indexOf("慢病骨干")>-1
 | 
	
		
			
				|  |  | 							}
 | 
	
		
			
				|  |  | 			        _.each(userRole,function(item,index){
 | 
	
		
			
				|  |  | 						if(item.areas!="350200"){
 | 
	
		
			
				|  |  | 							item.roleType='2'
 | 
	
	
		
			
				|  | @ -174,9 +176,9 @@ new Vue({
 | 
	
		
			
				|  |  | 			        }else if(vm.isGugan){
 | 
	
		
			
				|  |  | 								window.sessionStorage.setItem("docInfo", JSON.stringify(docInfo));
 | 
	
		
			
				|  |  | 								var selected = {
 | 
	
		
			
				|  |  | 									code: vm.docInfo.town,
 | 
	
		
			
				|  |  | 									areas: vm.docInfo.town,
 | 
	
		
			
				|  |  | 									name: vm.docInfo.hospitalName
 | 
	
		
			
				|  |  | 									code: docInfo.town,
 | 
	
		
			
				|  |  | 									areas: docInfo.town,
 | 
	
		
			
				|  |  | 									name: docInfo.hospitalName
 | 
	
		
			
				|  |  | 								}
 | 
	
		
			
				|  |  | 								window.sessionStorage.setItem("selectedRole", JSON.stringify(selected));
 | 
	
		
			
				|  |  | 								$("#main").removeClass("c-hide")
 | 
	
	
		
			
				|  | @ -258,8 +260,6 @@ new Vue({
 | 
	
		
			
				|  |  | 		}
 | 
	
		
			
				|  |  | 	},
 | 
	
		
			
				|  |  | 	mounted: function() {
 | 
	
		
			
				|  |  | 		this.docInfo = JSON.parse(window.localStorage.getItem('docInfo'))
 | 
	
		
			
				|  |  | 		this.isGugan = this.docInfo.expandLevelName.indexOf("慢病骨干")>-1
 | 
	
		
			
				|  |  | 	    //获取缓存里面的userRole
 | 
	
		
			
				|  |  | 		this.userRoleData()
 | 
	
		
			
				|  |  | 				//TODO 发布删除这个
 |