diff --git a/src/views/report/cardReplenishmentManage/index.vue b/src/views/report/cardReplenishmentManage/index.vue index 06035a2..f99df78 100644 --- a/src/views/report/cardReplenishmentManage/index.vue +++ b/src/views/report/cardReplenishmentManage/index.vue @@ -375,6 +375,7 @@ export default { }).then(async () => { const res = await deleteCardReplenishmentManageAPI({ id: row.id, + attType: row.attType, }) if (res.code === 200) {