fix(client): みつけるのロール一覧でコンディショナルロールが含まれるのを修正
This commit is contained in:
parent
824398509d
commit
f20abb4ee5
2 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,7 @@ let roles = $ref();
|
|||
os.api('roles/list', {
|
||||
limit: 30,
|
||||
}).then(res => {
|
||||
roles = res;
|
||||
roles = res.filter(x => x.target === 'manual');
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue