fix
This commit is contained in:
parent
990681e240
commit
22ebbc6366
5 changed files with 9 additions and 6 deletions
|
|
@ -242,9 +242,9 @@ async function getPersonList() {
|
|||
}
|
||||
|
||||
onMounted(async () => {
|
||||
await getPersonList();
|
||||
if (props.commandSysId) {
|
||||
await getCommandSalaryList(props.commandSysId);
|
||||
await getPersonList();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue