แก้ API

This commit is contained in:
STW_TTTY\stwtt 2024-08-13 14:13:29 +07:00
parent 6706c63da9
commit 5303e076c3
2 changed files with 2 additions and 1 deletions

View file

@ -320,7 +320,7 @@ function requireEdit() {
if (id.value) {
showLoader();
http
.put(config.API.kpiReqEdit(id.value), {
.put(config.API.kpiReqEditUser(id.value), {
status: "EVALUATOR",
})
.then((res) => {