Explorar o código

[진료관리 - 상세] 비대면 진료 클릭시 이벤트 전파 막음.

sjpark %!s(int64=4) %!d(string=hai) anos
pai
achega
d37d34f952
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/main/webapp/WEB-INF/jsp/clinic/info.jsp

+ 2 - 1
src/main/webapp/WEB-INF/jsp/clinic/info.jsp

@@ -95,7 +95,8 @@ function chartDateFormatter(date) {
 /*
  * 비대면 진료 시작
  */
-function nonFaceStart() {
+function nonFaceStart(event) {
+    event.stopPropagation();
     getAjax("/patient/nonFaceStart", $("#hiddenForm").serialize(), function ( result ) {
         
         $("#nonface").append('<input type="hidden" name="member_name" value="'+result.member_name+'" />');