From 34feb4908ec7b7e5b51adf6355603978c67bd3a4 Mon Sep 17 00:00:00 2001 From: cuijian <cuijian@xalxzn.com> Date: 星期四, 05 六月 2025 09:53:14 +0800 Subject: [PATCH] 申请单入库 --- src/views/dnc/common/DocumentBatchDeleteModal.vue | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/views/dnc/common/DocumentBatchDeleteModal.vue b/src/views/dnc/common/DocumentBatchDeleteModal.vue index ec1c412..36494e3 100644 --- a/src/views/dnc/common/DocumentBatchDeleteModal.vue +++ b/src/views/dnc/common/DocumentBatchDeleteModal.vue @@ -87,13 +87,15 @@ }, { title: '鐘� 鎬�', - dataIndex: 'docStatus_dictText', - key: 'docStatus', + dataIndex: 'docDispatchStatus_dictText', + key: 'docDispatchStatus', align: 'center', filters: [ - { text: '璁捐', value: 1 }, - { text: '鍙戝竷', value: 2 }, - { text: '褰掓。', value: 3 } + { text: '缂栧埗', value: 1 }, + { text: '鏍″', value: 2 }, + { text: '鎵瑰噯', value: 3 }, + { text: '璇曞垏', value: 4 }, + { text: '瀹氬瀷', value: 5 } ] }, { title: '绯荤粺鎸囧畾鐗堟湰', dataIndex: 'publishVersion', align: 'center', width: 200 }, @@ -210,7 +212,7 @@ selectedRowKeys.forEach(key => { if (attributionType !== 4) { method = dncApi.deleteDocumentApi - queryParam = key + queryParam = { docId: key,attrType:attributionType,attrId:attributionId } } else { method = dncApi.deleteDeviceRelativeDocumentApi queryParam = { docId: key, attributionId } -- Gitblit v1.9.3