เปลี่ยนเส้น API

This commit is contained in:
setthawutttty 2025-05-13 15:48:12 +07:00
parent 2c43a3ac58
commit 9f92268087
2 changed files with 2 additions and 1 deletions

View file

@ -123,7 +123,7 @@ async function fetchDataAllDetail() {
});
//
http.get(config.API.dataUserSalary).then((res) => {
http.get(config.API.dataUserSalaryPosition).then((res) => {
formDetail.salaries = res.data.result;
});