fix
This commit is contained in:
parent
15fe87e0fc
commit
dfa87995db
2 changed files with 3 additions and 2 deletions
|
|
@ -71,7 +71,6 @@ async function fetchEvaluation() {
|
||||||
formProfile.status = store.convertStatus(data.evaluationStatus);
|
formProfile.status = store.convertStatus(data.evaluationStatus);
|
||||||
formProfile.result = store.convertResults(data.evaluationResults);
|
formProfile.result = store.convertResults(data.evaluationResults);
|
||||||
store.checkCompetencyDefaultCompetencyLevel();
|
store.checkCompetencyDefaultCompetencyLevel();
|
||||||
await store.checkStep();
|
|
||||||
})
|
})
|
||||||
.catch((e) => {
|
.catch((e) => {
|
||||||
messageError($q, e);
|
messageError($q, e);
|
||||||
|
|
@ -224,6 +223,7 @@ function filterOption(val: string, update: Function, refData: string) {
|
||||||
/** ดึงข้อมูลทั้งหมดในหน้า */
|
/** ดึงข้อมูลทั้งหมดในหน้า */
|
||||||
async function getAll() {
|
async function getAll() {
|
||||||
await Promise.all([fetchEvaluation(), getProfile(), getOrgOp()]);
|
await Promise.all([fetchEvaluation(), getProfile(), getOrgOp()]);
|
||||||
|
await store.checkStep();
|
||||||
}
|
}
|
||||||
|
|
||||||
/** ส่งให้ผู้ประเมิน */
|
/** ส่งให้ผู้ประเมิน */
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,8 @@ const isData = ref<boolean>(true);
|
||||||
<q-banner
|
<q-banner
|
||||||
inline-actions
|
inline-actions
|
||||||
rounded
|
rounded
|
||||||
class="bg-amber-2 text-center text-amber-7"
|
class="text-center"
|
||||||
|
style="min-height: 100px"
|
||||||
>
|
>
|
||||||
ไม่พบผลการประเมินการทดลองปฏิบัติหน้าที่ราชการนี้
|
ไม่พบผลการประเมินการทดลองปฏิบัติหน้าที่ราชการนี้
|
||||||
</q-banner>
|
</q-banner>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue