Browse Source

bug2

master
dai 3 years ago
parent
commit
c055045196
  1. 1
      src/views/modules/visual/command/cpts/demandInfo.vue
  2. 1
      src/views/modules/visual/command/cpts/eventInfo.vue

1
src/views/modules/visual/command/cpts/demandInfo.vue

@ -17,6 +17,7 @@
:formType="'add'" :formType="'add'"
:icResiUserId="icResiUserId" :icResiUserId="icResiUserId"
:selGridId="selGridId" :selGridId="selGridId"
@close="handleClose"
@handleClose="handleClose" @handleClose="handleClose"
@handleOk="handleOk" @handleOk="handleOk"
@dialogOk="handleEditSuccess" /> @dialogOk="handleEditSuccess" />

1
src/views/modules/visual/command/cpts/eventInfo.vue

@ -18,6 +18,7 @@
:eventId="eventId" :eventId="eventId"
:eventDetailData="eventDetailData" :eventDetailData="eventDetailData"
:source="'visiual'" :source="'visiual'"
@close="handleClose"
@handleClose="handleClose" @handleClose="handleClose"
@handleOk="handleOk" @handleOk="handleOk"
@dialogOk="handleEditSuccess" @dialogOk="handleEditSuccess"

Loading…
Cancel
Save