From 750db20b8cef694a347907c107b1cc966529fc60 Mon Sep 17 00:00:00 2001
From: rain <1679827795@qq.com>
Date: Fri, 25 Apr 2025 20:43:39 +0800
Subject: [PATCH] 工单事件
---
src/views/tickets/ticket.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/tickets/ticket.vue b/src/views/tickets/ticket.vue
index e413710..60b7ae4 100644
--- a/src/views/tickets/ticket.vue
+++ b/src/views/tickets/ticket.vue
@@ -1079,7 +1079,7 @@
longitude: String(this.form.location[0]),
latitude: String(this.form.location[1]),
address: this.form.address,
- eventDictKey: this.form.type,
+ workOrderTypeDictKey: this.form.type,
aiType: Array.isArray(this.form.algorithm) ? this.form.algorithm : [this.form.algorithm], // 传数组
updateUser: this.form.handler,
createDept: this.form.department,
@@ -1133,7 +1133,7 @@
longitude: this.form.location?.[0] ? String(this.form.location[0]) : undefined,
latitude: this.form.location?.[1] ? String(this.form.location[1]) : undefined,
address: this.form.address || undefined,
- eventDictKey: this.form.type || undefined,
+ workOrderTypeDictKey: this.form.type || undefined,
aiType: Array.isArray(this.form.algorithm) ? this.form.algorithm : [this.form.algorithm], // 传数组
updateUser: handlerValue,
createDept: this.form.department || undefined,
--
Gitblit v1.9.3