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 }); };