fix: selector by form
This commit is contained in:
parent
ab533c190d
commit
5aa46fc720
1 changed files with 2 additions and 1 deletions
|
|
@ -278,12 +278,13 @@ async function onSubmit() {
|
|||
result.id,
|
||||
);
|
||||
}
|
||||
onClose();
|
||||
selectorLabel.value = formData.value.userType;
|
||||
userStore.fetchList({
|
||||
includeBranch: true,
|
||||
userType: selectorLabel.value ?? undefined,
|
||||
});
|
||||
typeStats.value = await userStore.typeStats();
|
||||
onClose();
|
||||
},
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue