应用资源归属部门

This commit is contained in:
851673013@qq.com 2022-07-21 11:39:09 +08:00
parent 722f0b970a
commit c0831d1eea
1 changed files with 2 additions and 2 deletions

View File

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