提交 8bf4d03b 编写于 作者: changdi.hao's avatar changdi.hao

更改跳转编辑页面

上级 a55c84ae
......@@ -517,13 +517,13 @@ export default {
},
//查看详情/编辑详情
goDetail(row,flag) {
// this.$router.push({
// path: "/diagnosis-editor",
// query: { id: row.diagnoseLogId, editorType: flag },
// });
let target = this.$refs.target
target.setAttribute('href', window.location.origin + `/#/diagnosis-editor?id=${row.diagnoseLogId}&editorType=${flag}`)
target.click()
this.$router.push({
path: "/diagnosis-editor",
query: { id: row.diagnoseLogId, editorType: flag },
});
// let target = this.$refs.target
// target.setAttribute('href', window.location.origin + `/#/diagnosis-editor?id=${row.diagnoseLogId}&editorType=${flag}`)
// target.click()
},
//取消/退款
cancelRefund(row) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册