From 6dde21f2616a528724160abb7cd2e44c0bd717be Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Fri, 30 Jan 2026 10:49:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/cardReplenishmentManage/index.vue | 1 + 1 file changed, 1 insertion(+) 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) {