From 34a060ae971accc34266e6165966ebde3f101ba3 Mon Sep 17 00:00:00 2001
From: rain <1679827795@qq.com>
Date: Tue, 06 May 2025 18:38:45 +0800
Subject: [PATCH] 工单类型

---
 src/views/tickets/ticket.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/tickets/ticket.vue b/src/views/tickets/ticket.vue
index 287d223..865bb3b 100644
--- a/src/views/tickets/ticket.vue
+++ b/src/views/tickets/ticket.vue
@@ -1765,12 +1765,13 @@
               isPass: 0, // 0 表示通过
               eventName: this.currentDetail.orderName, // 工单名称
               eventNum: this.currentDetail.orderNumber,
-              workOrderTypeDictKey: this.currentDetail.type, // 工单类型
+              workOrderTypeDictKey: this.currentDetail.type, // 直接使用原始的 dict_key
               content: this.currentDetail.content, // 使用 content 替代原来的 remark
               createDept: this.dispatchForm.department, // 派发部门 ID
               updateUser: this.dispatchForm.handler, // 处理人 ID
             }
 
+
             const file = this.currentDetail.file || null // 如果没有文件,则为 null
 
             const response = await flowEvent(data, file)

--
Gitblit v1.9.3