마이페이지 비밀번호 수정기능 추가

This commit is contained in:
Kana
2024-01-24 17:07:19 +09:00
parent 02f31c224e
commit da7a0cf9d5
5 changed files with 23 additions and 1 deletions

View File

@@ -145,6 +145,7 @@
$("#submitBtn").on("click",function(){
//
var name = $("#name").val();
var password = $("#password").val();
var employeeNumber = $("#employeeNumber").val();
var email = $("#email").val();
var personalAuthorityId = $("#personalAuthorityId").val();
@@ -158,6 +159,7 @@
var activation = true;
const data = { name : name,
password : password,
employeeNumber : employeeNumber,
email : email,
personalAuthorityId : personalAuthorityId,