fix api parameter

This commit is contained in:
Warunee Tamkoo 2023-08-09 16:38:17 +07:00
parent 4236d85041
commit e70eb3b3df
2 changed files with 2 additions and 2 deletions

View file

@ -338,7 +338,7 @@ watch(modal, () => {
const getpersonalList = async () => {
showLoader();
await http
.get(config.API.personalList())
.get(config.API.probationPersonalList())
.then((res) => {
const data = res.data.data;
rows.value = data.map((item: FormMainProbation) => ({