提交 3f96c84d 编写于 作者: changdi.hao's avatar changdi.hao

跳转

上级 653bb960
...@@ -530,7 +530,12 @@ export default { ...@@ -530,7 +530,12 @@ export default {
// }); // });
let target = this.$refs.target let target = this.$refs.target
const { origin, pathname } = window.location const { origin, pathname } = window.location
target.setAttribute('href', `${origin}${pathname}#/diagnosis-editor?id=${row.diagnoseLogId}&editorType=${flag}`) 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}`
console.log('=====================u===============');
console.log(u);
console.log('====================================');
target.setAttribute('href', s)
target.click() target.click()
}, },
//取消/退款 //取消/退款
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册