提交 dafc37a5 编写于 作者: vino's avatar vino

Merge remote-tracking branch 'origin/dev-20210702' into dev-20210702

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