添加数据资源
This commit is contained in:
parent
8ec209162c
commit
23210070cd
|
@ -351,36 +351,17 @@
|
||||||
)?.attrValue || '组件服务',
|
)?.attrValue || '组件服务',
|
||||||
}))
|
}))
|
||||||
} else if (item.title === '数据资源') {
|
} else if (item.title === '数据资源') {
|
||||||
|
|
||||||
arr = resource.map((res) => ({
|
arr = resource.map((res) => ({
|
||||||
id: res.resource.zycode,
|
id: res.resource.resourceId,
|
||||||
name: res.resource.zyname,
|
name: res.resource.resourceName,
|
||||||
dept: res.resource.TGBM,
|
dept: res.resource.deptName,
|
||||||
platform: '数据资源',
|
platform: '数据资源',
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (item.title === '数据资源') {
|
|
||||||
// item.list.push({
|
item.list = arr
|
||||||
// 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
|
|
||||||
}
|
|
||||||
})
|
})
|
||||||
detailInfoObj.value.infoList = []
|
detailInfoObj.value.infoList = []
|
||||||
detailInfoObj.value.infoList.push(questionObj)
|
detailInfoObj.value.infoList.push(questionObj)
|
||||||
|
|
Loading…
Reference in New Issue