无人机管理后台前端(已迁走)
rain
2025-04-25 750db20b8cef694a347907c107b1cc966529fc60
工单事件
1 files modified
4 ■■■■ changed files
src/views/tickets/ticket.vue 4 ●●●● patch | view | raw | blame | history
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,