From c055045196d31e2e06340cee74c38aa03471f450 Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Wed, 3 Aug 2022 13:31:41 +0800 Subject: [PATCH] bug2 --- src/views/modules/visual/command/cpts/demandInfo.vue | 1 + src/views/modules/visual/command/cpts/eventInfo.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/views/modules/visual/command/cpts/demandInfo.vue b/src/views/modules/visual/command/cpts/demandInfo.vue index d01a7eb0..224b439e 100644 --- a/src/views/modules/visual/command/cpts/demandInfo.vue +++ b/src/views/modules/visual/command/cpts/demandInfo.vue @@ -17,6 +17,7 @@ :formType="'add'" :icResiUserId="icResiUserId" :selGridId="selGridId" + @close="handleClose" @handleClose="handleClose" @handleOk="handleOk" @dialogOk="handleEditSuccess" /> diff --git a/src/views/modules/visual/command/cpts/eventInfo.vue b/src/views/modules/visual/command/cpts/eventInfo.vue index 06b47548..87592c9f 100644 --- a/src/views/modules/visual/command/cpts/eventInfo.vue +++ b/src/views/modules/visual/command/cpts/eventInfo.vue @@ -18,6 +18,7 @@ :eventId="eventId" :eventDetailData="eventDetailData" :source="'visiual'" + @close="handleClose" @handleClose="handleClose" @handleOk="handleOk" @dialogOk="handleEditSuccess"