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'"
:icResiUserId="icResiUserId"
:selGridId="selGridId"
@close="handleClose"
@handleClose="handleClose"
@handleOk="handleOk"
@dialogOk="handleEditSuccess" />

1
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"

Loading…
Cancel
Save