refactor: fetch option is active only
This commit is contained in:
parent
e83cc76a4f
commit
65d39a7e69
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ const useUserStore = defineStore('api-user', () => {
|
|||
pageSize: 999,
|
||||
filter: 'head',
|
||||
withHead: true,
|
||||
activeOnly: true,
|
||||
});
|
||||
if (res) {
|
||||
res.result.map((item) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue