Przeglądaj źródła

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

sjpark 4 lat temu
rodzic
commit
d37d34f952
1 zmienionych plików z 2 dodań i 1 usunięć
  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+'" />');