Sfoglia il codice sorgente

[phr] 진료관리 상세 - 목록 버튼 링크 history.back() 으로 변경.

sjpark 4 anni fa
parent
commit
c67a50eca3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/main/webapp/WEB-INF/jsp/clinic/info.jsp

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

@@ -1152,7 +1152,7 @@ $(document).ready(function() {
 										<div class="col-12">
 											<div class="text-right">
 												<button class="btn btn-outline-success" onclick="nonFaceStart();">비대면 진료</button>
-												<button class="btn btn-primary" onclick="location.href='./state'">목록</button>
+												<button class="btn btn-primary" onclick="history.back();">목록</button>
 											</div>
 										</div>
 									</div>