แก้ API
This commit is contained in:
parent
91adf997a4
commit
a495eeaaad
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue