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(() => {