refactor:handle sub branch

This commit is contained in:
Thanaphon Frappet 2024-12-11 12:06:04 +07:00
parent e95078e75e
commit ca7713c88e
3 changed files with 30 additions and 134 deletions

View file

@ -98,8 +98,8 @@ function setDefaultValue() {
return ret;
})
"
:hide-selected="false"
:fill-input="false"
hide-selected
fill-input
:rules="[
(v: string) =>
checkRole?.some((v) => getRole()?.includes(v)) ||