fix: 修复实体下拉预览跳转url参数不对的问题
This commit is contained in:
@@ -379,7 +379,7 @@ export default {
|
||||
path: '/entityDetail',
|
||||
query: {
|
||||
entityType: type,
|
||||
name: name
|
||||
entityName: name
|
||||
}
|
||||
})
|
||||
window.open(href, '_blank')
|
||||
|
||||
Reference in New Issue
Block a user