상세수정
Some checks failed
Close Pull Request / main (pull_request_target) Has been cancelled

This commit is contained in:
yangsh
2026-02-05 10:36:12 +09:00
parent 8b77448128
commit 36355f75f3
12 changed files with 2939 additions and 1028 deletions

View File

@@ -2309,7 +2309,7 @@ if (!empty($data['cert_register']) && $data['cert_register_save_yn'] != 'Y') { /
success: function (result) {
if (result.code == '0') {
location.replace('/board/notice/lists')
location.reload();
} else {
Swal.fire({
title: result.msg,