Commit fd57fa02 authored by 陈明豪's avatar 陈明豪

bug修改

parent 90fc4a2f
...@@ -1000,7 +1000,7 @@ export default { ...@@ -1000,7 +1000,7 @@ export default {
serviceDetail(row) { serviceDetail(row) {
this.$router.push({ this.$router.push({
name: 'CheckDetail', name: 'CheckDetail',
query: { checkId: row.id } query: { checkId: row.id, fromData: true }
}) })
} }
} }
......
...@@ -499,9 +499,15 @@ export default { ...@@ -499,9 +499,15 @@ export default {
}, },
// 返回上一页 // 返回上一页
goBack() { goBack() {
if (this.$route.query.fromData === true) {
this.$router.push({
path: '/data-statistics/service-data-statistics'
})
} else {
this.$router.push({ this.$router.push({
path: '/service-management/medical-record-management' path: '/service-management/medical-record-management'
}) })
}
}, },
/** 点击上传报告按钮 */ /** 点击上传报告按钮 */
uploadReport() { uploadReport() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment