From 0a8e5e5f8ca1cf45e5282a34788eee5179c6e377 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Tue, 2 Dec 2025 13:12:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E5=8B=A4=E6=9C=BA=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/attMacManage.js | 6 +-- .../components/taskHistoryList.vue | 50 ++++++++++++++++++- .../AttMacManage/components/taskList.vue | 2 +- 3 files changed, 52 insertions(+), 6 deletions(-) diff --git a/src/api/system/attMacManage.js b/src/api/system/attMacManage.js index aa1c414..8271e33 100644 --- a/src/api/system/attMacManage.js +++ b/src/api/system/attMacManage.js @@ -108,10 +108,10 @@ export function getTaskHistoryListAPI(params) { } // 批量删除任务 -export function batchDeleteTaskAPI(ids) { +export function batchDeleteTaskAPI(data) { return request({ - url: '/system/attMacManage/delHisTaskById', + url: '/bmw/kqManager/delHisTaskById', method: 'post', - data: { ids }, + data, }) } diff --git a/src/views/system/AttMacManage/components/taskHistoryList.vue b/src/views/system/AttMacManage/components/taskHistoryList.vue index 1374a00..d04a29a 100644 --- a/src/views/system/AttMacManage/components/taskHistoryList.vue +++ b/src/views/system/AttMacManage/components/taskHistoryList.vue @@ -7,10 +7,22 @@ :columnsList="columnsList" :request-api="requestApi" :showOperation="false" - :isSelectShow="false" + :isSelectShow="true" :sendParams="sendParams" ref="tableRef" + @selection-change="handleSelectionChange" > +