无人机管理后台前端(已迁走)
rain
2025-04-23 7f4cdb6a493987d1ac48528a89a9e4ff67cfa477
批量审核传递参数优化
1 files modified
4 ■■■■ changed files
src/views/tickets/ticket.vue 4 ●●●● patch | view | raw | blame | history
src/views/tickets/ticket.vue
@@ -1532,9 +1532,6 @@
          status: this.currentDetail.status,
          isPass: 0, // 0 表示通过
          eventNum: this.currentDetail.orderNumber,
          eventName: this.currentDetail.orderName, // 工单名称
          departmentId: this.dispatchForm.department, // 派发部门 ID
          handlerId: this.dispatchForm.handler, // 处理人 ID
        };
        const file = this.currentDetail.file || null; // 如果没有文件,则为 null
@@ -1963,7 +1960,6 @@
          status: currentItem.status,
          isPass: 0,
          eventNum: currentItem.orderNumber,
          eventName: currentItem.orderName,
        };
        console.log('删除前:', this.selections)
        const response = await flowEvent(data);