优化检索
This commit is contained in:
@@ -52,6 +52,9 @@ onMounted(() => {
|
||||
method: 'get',
|
||||
url: `${information.baseUrl}/jsonapi/organization`,
|
||||
data: {
|
||||
fields: {
|
||||
organization: 'name'
|
||||
},
|
||||
page: {
|
||||
size: '${perPage|default:undefined}',
|
||||
number: '${page|default:undefined}',
|
||||
|
||||
Reference in New Issue
Block a user