แก้ API

This commit is contained in:
setthawutttty 2025-06-26 13:58:01 +07:00
parent 91adf997a4
commit a495eeaaad

View file

@ -212,7 +212,7 @@ function fetchList() {
selected.value = [];
showLoader();
http
.get(config.API.registryNew("-employee") + `/temp`)
.get(config.API.registryNew("-temp") + `/temp`)
.then((res) => {
rows.value = res.data.result.data.map((e: DataEmployee) => ({
...e,