Explorar el Código

事件详情办理流程按钮

彭宇 hace 3 años
padre
commit
f2ecca5864
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/eventdetailsdialog.vue

+ 1 - 0
src/views/eventdetailsdialog.vue

@@ -1639,6 +1639,7 @@ export default {
         } else if (eventStatus == 'gd') {
           //事件处理流程--归档
           let param = {
+            deptId: this.deptId,
             eventCode: this.eventCode,
             eventStatus: eventStatus,
             id: this.eventId,