ดึงข้อมูล ผู้ประเมิน
This commit is contained in:
parent
3744b3e0d8
commit
4419b41a39
1 changed files with 1 additions and 3 deletions
|
|
@ -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" &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue