ปรับการแสดงผลสมรรถนะ

This commit is contained in:
Warunee Tamkoo 2024-05-09 13:00:54 +07:00
parent 613fbece2e
commit d0627e3c5c
3 changed files with 69 additions and 9 deletions

View file

@ -284,7 +284,7 @@ async function clearScore() {
async function getAll() {
await fetchEvaluation();
await getProfile(); // await (store.dataProfile === null ? getProfile() : "");
await (store.dataProfile.profileId === null ? getProfile() : ""); // await getProfile();
await getOrgOp();
}