lincl 6 роки тому
батько
коміт
b26901c85c
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      app/rehabilitation/js/rehabilitation_management.js

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

@ -546,7 +546,7 @@
			            	idcard: vm.planInfo.idcard
			            }).then(function(res1){
			            	layer.close(loading)
			            	if(res.status == 200){
			            	if(res1.status == 200){
			            		layer.msg("发起会话成功",{icon:6});
			            	} else{
			            		layer.msg("发起会话失败",{icon:5});