From 9c982024d2b4242d95a3b1f90b6804b7f478298e Mon Sep 17 00:00:00 2001 From: JoJohw <3096241994@qq.com> Date: Mon, 2 Dec 2024 14:13:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=89=B9=E9=87=8F=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E4=B8=8B=E6=8B=89=E6=A1=86=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E5=90=8E=E9=9A=90=E8=97=8F=20#=20Reviewed,=20transaction=20id:?= =?UTF-8?q?=2025490?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/organization/components/batch-operation.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pages/src/views/organization/components/batch-operation.vue b/src/pages/src/views/organization/components/batch-operation.vue index 25c5dc598..740492e31 100644 --- a/src/pages/src/views/organization/components/batch-operation.vue +++ b/src/pages/src/views/organization/components/batch-operation.vue @@ -72,7 +72,7 @@ :theme="'primary'" :size="'normal'" :height="200" - @closed="batchInfo = false;" + @closed="cancelBatchInfo" @confirm="confirmBatchInfo" > { } }; +const cancelBatchInfo = () => { + userInfoVisible.value = false; + batchInfo.value = false; +}; /** * 修改用户信息