无人机管理后台前端(已迁走)
xiebin
2025-05-06 a2e331e9cb852121417b49fd92af30501083d1ab
src/views/tickets/ticket.vue
@@ -937,7 +937,7 @@
      try {
        const currentTab = this.tabs.find(tab => tab.name === this.activeTab)
        const params = {
          word_order_type: this.filters.type || undefined,
          work_order_type_dict_key: this.filters.type || undefined,
          status: currentTab?.name === 'myTickets' ? undefined :
            this.filters.status !== "" ? Number(this.filters.status) :
              currentTab?.value,
@@ -1735,7 +1735,7 @@
              isPass: 0, // 0 表示通过
              eventName: this.currentDetail.orderName, // 工单名称
              eventNum: this.currentDetail.orderNumber,
              eventType: this.currentDetail.type, // 工单类型
              workOrderTypeDictKey: this.currentDetail.type, // 工单类型
              content: this.currentDetail.content, // 使用 content 替代原来的 remark
              createDept: this.dispatchForm.department, // 派发部门 ID
              updateUser: this.dispatchForm.handler, // 处理人 ID