数据中台跳转id添加
This commit is contained in:
parent
24f5eeee55
commit
2c526aeb52
|
@ -508,6 +508,7 @@
|
|||
console.log('or use this.value', searchValue.value)
|
||||
}
|
||||
function toView(type, item) {
|
||||
debugger
|
||||
if (props.selectCardsname == '数据资源') {
|
||||
if (whoShow1.itShowQingDao) {
|
||||
window.open(
|
||||
|
@ -515,7 +516,9 @@
|
|||
item.guid
|
||||
)
|
||||
} else {
|
||||
window.open('http://10.134.135.24:30090/#/home')
|
||||
window.open(
|
||||
'http://10.134.135.24:30090/#/home?id=' + item.serviceId
|
||||
)
|
||||
}
|
||||
} else if (props.selectCardsname === '融合服务') {
|
||||
router.push({
|
||||
|
|
Loading…
Reference in New Issue