ดึงข้อมูล ผู้ประเมิน

This commit is contained in:
STW_TTTY\stwtt 2024-07-15 15:41:53 +07:00
parent 3744b3e0d8
commit 4419b41a39

View file

@ -159,7 +159,6 @@ function onSubmit() {
})
.then((res) => {
fetchEvaluation();
getOrgOp();
close();
success($q, "บันทึกสำเร็จ");
})
@ -291,7 +290,6 @@ async function getProfile() {
async function getAll() {
await fetchEvaluation();
await getProfile();
await getOrgOp();
}
function sendToEvaluatore() {
@ -698,7 +696,7 @@ onMounted(async () => {
color="grey-2"
text-color="edit"
size="md"
@click="modalEdit = true"
@click="modalEdit = true,getOrgOp()"
>
<q-tooltip>{{
store.dataEvaluation.evaluationStatus === "NEW" &&