ปรับการแสดงผลสมรรถนะ
This commit is contained in:
parent
613fbece2e
commit
d0627e3c5c
3 changed files with 69 additions and 9 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue