zhangherong
2025-05-22 a7ed137d53ebcaaf8f9429a53a34ece9351cc05c
src/views/dnc/common/DocumentBatchDeleteModal.vue
@@ -212,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 }