- fix bug api ทดลองงาน

- fix status ลาออก
This commit is contained in:
Warunee Tamkoo 2023-08-21 12:33:44 +07:00
parent ac74a83dad
commit c9f4033afe
8 changed files with 72 additions and 260 deletions

View file

@ -41,14 +41,14 @@ onMounted(() => {
const fecthAssign = async (id: string) => {
showLoader();
await http
.get(config.API.evaluateCreate(id))
.get(config.API.createformCommader(id))
.then((res: any) => {
if (res.data.data.evaluate_no > 0) {
tabs.value = res.data.data.evaluate;
}
})
.catch((e: any) => {
console.log(e);
// console.log(e);
messageError($q, e);
})
.finally(() => {