fix(data): 切换成员排除参数改为用户 id 字段
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
fd90950f8f
commit
e898c4d305
@@ -100,7 +100,7 @@
|
|||||||
<select-member-drawer
|
<select-member-drawer
|
||||||
show="{{ showSelectDrawer }}"
|
show="{{ showSelectDrawer }}"
|
||||||
source="history"
|
source="history"
|
||||||
exclude-user-id="{{ userInfo.userId }}"
|
exclude-user-id="{{ userInfo.id }}"
|
||||||
bind:select="onSelectMember"
|
bind:select="onSelectMember"
|
||||||
bind:close="onCloseDrawer"
|
bind:close="onCloseDrawer"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user