fix(data): 切换成员排除参数改为用户 id 字段

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
17792275749
2026-05-27 09:53:36 +08:00
co-authored by Claude Sonnet 4.6
parent fd90950f8f
commit e898c4d305
+1 -1
View File
@@ -100,7 +100,7 @@
<select-member-drawer
show="{{ showSelectDrawer }}"
source="history"
exclude-user-id="{{ userInfo.userId }}"
exclude-user-id="{{ userInfo.id }}"
bind:select="onSelectMember"
bind:close="onCloseDrawer"
/>