fix
This commit is contained in:
parent
2d72db3678
commit
688a54205f
2 changed files with 41 additions and 8 deletions
|
|
@ -394,8 +394,8 @@ watch(modal, async (val) => {
|
|||
if (empType.value === "officer") {
|
||||
await Promise.all([
|
||||
fetchType(),
|
||||
fetchDataOption(),
|
||||
fetchDataOptionExecutive(),
|
||||
// fetchDataOption(),
|
||||
// fetchDataOptionExecutive(),
|
||||
]);
|
||||
} else {
|
||||
await fetchOptionGroup();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue