no message

This commit is contained in:
setthawutttty 2023-08-29 15:58:21 +07:00
parent b3ce9039ff
commit 2c3658e591
14 changed files with 6 additions and 200 deletions

View file

@ -50,10 +50,8 @@ const fecthAssign = async (id: string) => {
fullname.value = res.data.data.person.name;
tabs.value = evaluate.value;
dataArrayNumber.value = 1;
console.log(fullname.value);
})
.catch((e: any) => {
// console.log(e);
messageError($q, e);
})
.finally(() => {