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,
|
result.id,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
onClose();
|
selectorLabel.value = formData.value.userType;
|
||||||
userStore.fetchList({
|
userStore.fetchList({
|
||||||
includeBranch: true,
|
includeBranch: true,
|
||||||
userType: selectorLabel.value ?? undefined,
|
userType: selectorLabel.value ?? undefined,
|
||||||
});
|
});
|
||||||
typeStats.value = await userStore.typeStats();
|
typeStats.value = await userStore.typeStats();
|
||||||
|
onClose();
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue