yingzhou 6 anni fa
parent
commit
c2c204e3ff
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/rehabilitation/js/service_item_content.js

+ 1 - 1
app/rehabilitation/js/service_item_content.js

@ -123,7 +123,7 @@
				var vm = this
				var vm = this
				var loginDoctor = JSON.parse(window.localStorage.getItem('wlyyAgent'));
				var loginDoctor = JSON.parse(window.localStorage.getItem('wlyyAgent'));
				var otherCode,otherName;
				var otherCode,otherName;
				var planDetailId=undefined;
				var planDetailId='';
				
				
				if(data.specialistDoctorCode==data.executeDoctorCode){
				if(data.specialistDoctorCode==data.executeDoctorCode){
					layer.msg('无法与自己聊天',{icon:5}); 
					layer.msg('无法与自己聊天',{icon:5});