Explorar el Código

uid获取问题处理

linehang hace 6 años
padre
commit
71d26620c9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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;