This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-01-14 17:12:59 +07:00
parent 15fe87e0fc
commit dfa87995db
2 changed files with 3 additions and 2 deletions

View file

@ -71,7 +71,6 @@ async function fetchEvaluation() {
formProfile.status = store.convertStatus(data.evaluationStatus);
formProfile.result = store.convertResults(data.evaluationResults);
store.checkCompetencyDefaultCompetencyLevel();
await store.checkStep();
})
.catch((e) => {
messageError($q, e);
@ -224,6 +223,7 @@ function filterOption(val: string, update: Function, refData: string) {
/** ดึงข้อมูลทั้งหมดในหน้า */
async function getAll() {
await Promise.all([fetchEvaluation(), getProfile(), getOrgOp()]);
await store.checkStep();
}
/** ส่งให้ผู้ประเมิน */

View file

@ -37,7 +37,8 @@ const isData = ref<boolean>(true);
<q-banner
inline-actions
rounded
class="bg-amber-2 text-center text-amber-7"
class="text-center"
style="min-height: 100px"
>
ไมพบผลการประเมนการทดลองปฏหนาทราชการน
</q-banner>