Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘怀志
pet-business-web
Commits
fd57fa02
Commit
fd57fa02
authored
Aug 10, 2023
by
陈明豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
90fc4a2f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
service-statistics.vue
...data-statistics/service-statistics/service-statistics.vue
+1
-1
check-detail.vue
...ice-management/medical-record-management/check-detail.vue
+9
-3
No files found.
src/views/data-statistics/service-statistics/service-statistics.vue
View file @
fd57fa02
...
@@ -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
}
}
)
}
)
}
}
}
}
...
...
src/views/service-management/medical-record-management/check-detail.vue
View file @
fd57fa02
...
@@ -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
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment