Browse Source

事件详情办理流程按钮

彭宇 2 năm trước cách đây
mục cha
commit
a4039c234c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/eventdetailsdialog.vue

+ 1 - 0
src/views/eventdetailsdialog.vue

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