无人机管理后台前端(已迁走)
rain
2025-04-23 8169fba5e4e212c5fe4c326213ff6b844e648ff0
审核时取消工单状态传递
1 files modified
2 ■■■■■ changed files
src/views/tickets/ticket.vue 2 ●●●●● 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
        };