no message

This commit is contained in:
setthawutttty 2023-08-29 14:56:06 +07:00
parent 14293e6f6b
commit 3469871886
2 changed files with 34 additions and 71 deletions

View file

@ -31,7 +31,7 @@ const evaluate = ref<any>([]);
const tabs = ref<any>([]);
const tab = ref<string>("save1");
const dataArrayNumber = ref<number>();
const dataRole = ref<string>("metor");
const dataRole = ref<string>("mentor");
onMounted(async () => {
await fecthAssign(assignId.value);
});