From 8169fba5e4e212c5fe4c326213ff6b844e648ff0 Mon Sep 17 00:00:00 2001
From: rain <1679827795@qq.com>
Date: Wed, 23 Apr 2025 14:04:53 +0800
Subject: [PATCH] 审核时取消工单状态传递
---
src/views/tickets/ticket.vue | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/views/tickets/ticket.vue b/src/views/tickets/ticket.vue
index 87dd470..3e66954 100644
--- a/src/views/tickets/ticket.vue
+++ b/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
};
--
Gitblit v1.9.3