提交 2a20841a 编写于 作者: changdi.hao's avatar changdi.hao

跳转新的tab

上级 fe023dcc
...@@ -530,11 +530,7 @@ export default { ...@@ -530,11 +530,7 @@ export default {
// }); // });
let target = this.$refs.target let target = this.$refs.target
const { origin, pathname } = window.location const { origin, pathname } = window.location
let s = 'https://dev-sso.yunqueyi.com/consultation/#/diagnosis-editor?id=5303&editorType=true'
let u = `${origin}${pathname}#/diagnosis-editor?id=${row.diagnoseLogId}&editorType=${flag}` let u = `${origin}${pathname}#/diagnosis-editor?id=${row.diagnoseLogId}&editorType=${flag}`
console.log('=====================u===============');
console.log(u);
console.log('====================================');
target.setAttribute('href', u) target.setAttribute('href', u)
target.click() target.click()
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册