From c38109a171debf6c0ea9e01035c833560f8f3467 Mon Sep 17 00:00:00 2001 From: huangchengfa <171504222@qq.com> Date: Thu, 11 Dec 2025 14:27:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=A7=A3=E5=86=B3=E9=83=A8=E9=97=A8?= =?UTF-8?q?=E6=96=87=E5=AD=97=E4=B8=8D=E5=9B=9E=E6=98=BE=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../JudgmentHome/judgmentCommand/addForm.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/backOfficeSystem/JudgmentHome/judgmentCommand/addForm.vue b/src/views/backOfficeSystem/JudgmentHome/judgmentCommand/addForm.vue index a4639f9..1be2c64 100644 --- a/src/views/backOfficeSystem/JudgmentHome/judgmentCommand/addForm.vue +++ b/src/views/backOfficeSystem/JudgmentHome/judgmentCommand/addForm.vue @@ -72,10 +72,10 @@ const getDataById = (id) => { getJudgmentCommandDetail(id).then((res) => { console.log('res: ', res); listQuery.value = res || {}; - // const cyypList = Array.isArray(res.cyypList) ? res.cyypList : [] - // listQuery.value.zpbmList = cyypList.map(item => { - // return item.ypbmdm - // }) + const xfbmList = Array.isArray(res.xfbmList) ? res.xfbmList : [] + listQuery.value.zpbmList = xfbmList.map(item => { + return item.ypbmdm + }) // const xfbmMc = res.xfbmMc }); };