Skip to content

Commit

Permalink
Add query params
Browse files Browse the repository at this point in the history
Signed-off-by: rovast <rovast@163.com>
  • Loading branch information
rovast committed Sep 4, 2023
1 parent 92ee281 commit 3556918
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/IgntCrudRead.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ const fetch = async () => {
>
] as any
).query[props.commandName]({
deviceName: route.params.name
deviceName: route.params.name,
"pagination.reverse": true
})
).data[smallCamelCase(props.itemName)];
};
Expand Down

0 comments on commit 3556918

Please sign in to comment.