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