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"