We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137d68a commit 5f424a7Copy full SHA for 5f424a7
1 file changed
ui/src/views/system/role/component/MemberFormContent.vue
@@ -22,7 +22,7 @@
22
"
23
filterable
24
remote
25
- :remote-method="(query) => handleRemoteSearch(query, element, model)"
+ :remote-method="(query: any) => handleRemoteSearch(query, element, model)"
26
:loading="loadingStates[`${index}-${model.path}`]"
27
multiple
28
:reserve-keyword="false"
0 commit comments