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

更改跳转编辑页面

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