Skip to content

Commit 5f424a7

Browse files
committed
fix: add type annotation for remote method in MemberFormContent.vue
1 parent 137d68a commit 5f424a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/views/system/role/component/MemberFormContent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"
2323
filterable
2424
remote
25-
:remote-method="(query) => handleRemoteSearch(query, element, model)"
25+
:remote-method="(query: any) => handleRemoteSearch(query, element, model)"
2626
:loading="loadingStates[`${index}-${model.path}`]"
2727
multiple
2828
:reserve-keyword="false"

0 commit comments

Comments
 (0)