fix: role_type
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m56s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m56s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user