This commit is contained in:
Warunee Tamkoo 2023-08-09 10:57:44 +07:00
parent 27743a79ea
commit bd3f893908

View file

@ -95,9 +95,9 @@ onMounted(() => {
});
const fectListleave = async () => {
console.log(config.API.listUser());
// console.log(config.API.listUser());
await http.get(config.API.listUser());
await http.get(config.API.listUser()).then((res:any)=>{}).catch((e:any)=>{});
};
const clickAdd = async () => {