chore: 弹窗关闭后仍然显示表单浮层

This commit is contained in:
dap
2024-12-19 15:17:20 +08:00
parent 78fe591111
commit 6ec8f4ced9
3 changed files with 12 additions and 2 deletions

View File

@@ -187,8 +187,10 @@ function handleFinish(userList: User[]) {
@finish="() => reload(false)"
>
<FormItem label="申请人">
<!-- 弹窗关闭后仍然显示表单浮层 -->
<CopyComponent
v-model:user-list="selectedUserList"
@cancel="() => (popoverOpen = true)"
@finish="handleFinish"
/>
</FormItem>