Browse Source

uid获取问题处理

linehang 6 years ago
parent
commit
71d26620c9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/jbsc/html/filter_type.html

+ 2 - 2
app/jbsc/html/filter_type.html

@ -214,8 +214,8 @@
			   		},
			   		getDoctorTeam:function(){
			   			var vm=this
			   			var wlyyAgentForDoc=JSON.parse(window.localStorage.getItem('wlyyAgentForDoc'));
			   			var uid=wlyyAgentForDoc && wlyyAgentForDoc.uid;
			   			var wlyyAgent=JSON.parse(window.localStorage.getItem('wlyyAgent'));
			   			var uid=wlyyAgent && wlyyAgent.uid;
			   			jbscAPI.getDoctorTeam(uid).then(function(res){
			    			if(res.status==200){
			    				vm.doctorList=res.data;