From 412be2c024bd0b81bdbab59f5f5a447e0ea7dec4 Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Mon, 23 Dec 2024 11:14:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=82=E5=8A=A8=E8=AE=B0=E5=BD=95=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/cost/Deliverycostmanagement/Traincostbreakdown.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/cost/Deliverycostmanagement/Traincostbreakdown.vue b/src/views/cost/Deliverycostmanagement/Traincostbreakdown.vue index a7e0bb51..a1c463a9 100644 --- a/src/views/cost/Deliverycostmanagement/Traincostbreakdown.vue +++ b/src/views/cost/Deliverycostmanagement/Traincostbreakdown.vue @@ -640,7 +640,7 @@ const getAbnormalrecord = async () => { let submit = { current: details.pageyd.currentPage, size: details.pageyd.pageSize, - detailId: viewAbnormalrecord.value.detailId, + detailId: viewAbnormalrecord.value.id, }; let res = await $_Traincostbreakdownsubmitpage(submit); console.log(res); @@ -658,6 +658,8 @@ const getAbnormalrecord = async () => { }; // 异动记录 const Abnormalrecord = async row => { + console.log(row); + viewAbnormalrecord.value.id = row.id; viewAbnormalrecord.value.dialogVisible = true; nextTick(() => {