添加数据资源
This commit is contained in:
parent
8ec209162c
commit
23210070cd
|
@ -351,36 +351,17 @@
|
|||
)?.attrValue || '组件服务',
|
||||
}))
|
||||
} else if (item.title === '数据资源') {
|
||||
|
||||
arr = resource.map((res) => ({
|
||||
id: res.resource.zycode,
|
||||
name: res.resource.zyname,
|
||||
dept: res.resource.TGBM,
|
||||
id: res.resource.resourceId,
|
||||
name: res.resource.resourceName,
|
||||
dept: res.resource.deptName,
|
||||
platform: '数据资源',
|
||||
}))
|
||||
}
|
||||
}
|
||||
if (item.title === '数据资源') {
|
||||
// item.list.push({
|
||||
// id: '数据资源1',
|
||||
// name: '城管案件数据',
|
||||
// dept: '市城管局',
|
||||
// platform: '政务信息共享交换网',
|
||||
// })
|
||||
// item.list.push({
|
||||
// id: '数据资源2',
|
||||
// name: '手机信令数据',
|
||||
// dept: '运营商(移动)',
|
||||
// platform: '政务信息共享交换网',
|
||||
// })
|
||||
// item.list.push({
|
||||
// id: '数据资源3',
|
||||
// name: '标准地址数据',
|
||||
// dept: '市自规局',
|
||||
// platform: '政务信息共享交换网',
|
||||
// })
|
||||
} else {
|
||||
item.list = arr
|
||||
}
|
||||
|
||||
item.list = arr
|
||||
})
|
||||
detailInfoObj.value.infoList = []
|
||||
detailInfoObj.value.infoList.push(questionObj)
|
||||
|
|
Loading…
Reference in New Issue