| src/views/tickets/ticket.vue | ●●●●● patch | view | raw | blame | history |
src/views/tickets/ticket.vue
@@ -847,7 +847,6 @@ isPass: 0, eventNum: currentItem.orderNumber, eventName: currentItem.orderName, eventType: currentItem.type, }; const response = await flowEvent(data); @@ -1534,7 +1533,6 @@ isPass: 0, // 0 表示通过 eventNum: this.currentDetail.orderNumber, eventName: this.currentDetail.orderName, // 工单名称 eventType: this.currentDetail.type, // 工单类型 departmentId: this.dispatchForm.department, // 派发部门 ID handlerId: this.dispatchForm.handler, // 处理人 ID };