|
@@ -242,6 +242,7 @@ const getDataDetail = async () => {
|
|
|
const { data } = await mainApi.getDetail({ id: dataId.value })
|
|
|
const res = getObjValue(data)
|
|
|
res.pictureUrl = res.pictureUrl ?? ''
|
|
|
+ nodeId.value = res.contractUnitId ?? ''
|
|
|
baseForm.value = res
|
|
|
addTableData.value = getArrValue(res.formList)
|
|
|
}
|