法规符合性看板中,标题链接跳转

This commit is contained in:
zyx.net
2022-12-30 14:07:10 +08:00
parent bb82387ea5
commit a928fa6b9e
@@ -298,10 +298,11 @@ export default {
},
//虚拟清单名称事件
entryNameClick(item) {
this.$router.push({
path: '/ParameterTemplateList',
let newUrl = this.$router.resolve({
path: '/docManage/library/detail',
query: item
})
window.open(newUrl.href, '_blank')
},
searchQuery() {
this.pageNo = 1