fix: role_type
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m56s

This commit is contained in:
sexygoat
2026-04-28 09:56:03 +08:00
parent ffdc6e2bbb
commit 4f1cab6149
4 changed files with 3 additions and 139 deletions

View File

@@ -599,7 +599,7 @@
const params: any = {
page: 1,
page_size: keyword ? 100 : 20, // 搜索时加载更多默认20条
role_type: currentAccountType.value === 2 ? 1 : 2
role_type: 1
}
if (keyword) {
params.role_name = keyword