fix(data): 排除参数还原为 userId(早上误改为 id)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
a8714bb9e9
commit
e2b44b4d63
@@ -100,7 +100,7 @@
|
||||
<select-member-drawer
|
||||
show="{{ showSelectDrawer }}"
|
||||
source="history"
|
||||
exclude-id="{{ userInfo.id }}"
|
||||
exclude-user-id="{{ userInfo.userId }}"
|
||||
bind:select="onSelectMember"
|
||||
bind:close="onCloseDrawer"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user