diff --git a/front/src/views/detailsAll/components/Application/ApplicationOwningDepartmentAndServiceProvider.vue b/front/src/views/detailsAll/components/Application/ApplicationOwningDepartmentAndServiceProvider.vue index 85ab0b3d..b9771e6f 100644 --- a/front/src/views/detailsAll/components/Application/ApplicationOwningDepartmentAndServiceProvider.vue +++ b/front/src/views/detailsAll/components/Application/ApplicationOwningDepartmentAndServiceProvider.vue @@ -60,12 +60,12 @@ dataFrom.value.content[0].childrenContent[0] = obj let deptContacts = { attrType: '部门联系人', - attrValue: '', + attrValue: props.dataList.deptContacts || '------', } dataFrom.value.content[0].childrenContent[1] = deptContacts let deptPhone = { attrType: '部门联系电话', - attrValue: '', + attrValue: props.dataList.deptPhone || '------', } dataFrom.value.content[0].childrenContent[2] = deptPhone props.dataList.infoList.map((item) => {