feat: rbac查询页面
This commit is contained in:
@@ -186,7 +186,7 @@ const { queryParams, form, rules } = toRefs(data);
|
||||
function getList() {
|
||||
loading.value = true;
|
||||
listPost(queryParams.value).then(response => {
|
||||
postList.value = response.data.data;
|
||||
postList.value = response.data.items;
|
||||
total.value = response.data.total;
|
||||
loading.value = false;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user