Houjie
2025-05-26 09ef636de90c9a4d9d6a60498821494eecaee69f
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 }