Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
frontend-h5
Project
Project
Details
Activity
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
songrui
frontend-h5
Commits
92879cf9
Commit
92879cf9
authored
5 months ago
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
医生端 v1.2 1、复筛高危随访 触发列表的刷新
parent
17e980ff
chronic-master
chronic-dev
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
SecondDetail.vue
src/doctor/screening/highVisit/detail/SecondDetail.vue
+3
-3
SecondForm.vue
src/doctor/screening/highVisit/second/SecondForm.vue
+2
-0
SecondForm.vue
src/doctor/screening/second/SecondForm.vue
+2
-0
No files found.
src/doctor/screening/highVisit/detail/SecondDetail.vue
View file @
92879cf9
...
...
@@ -576,9 +576,9 @@ export default {
{
title
:
'详细地址'
,
key
:
'permanentAddress'
}
],
columnsOrg
:
[
{
title
:
'随访单位'
,
key
:
'
screen
UnitName'
},
{
title
:
'随访科室'
,
key
:
'
screen
OfficeName'
},
{
title
:
'随访医生'
,
key
:
'
screen
DoctorName'
}
{
title
:
'随访单位'
,
key
:
'
visit
UnitName'
},
{
title
:
'随访科室'
,
key
:
'
visit
OfficeName'
},
{
title
:
'随访医生'
,
key
:
'
visit
DoctorName'
}
],
highRiskList
:
[]
}
...
...
This diff is collapsed.
Click to expand it.
src/doctor/screening/highVisit/second/SecondForm.vue
View file @
92879cf9
...
...
@@ -217,11 +217,13 @@ export default {
if
(
!
params
.
id
)
{
saveHighSpecificVisit
(
params
).
then
(
res
=>
{
this
.
$message
.
success
(
'新增成功'
)
this
.
store
.
onRefreshMark
()
this
.
toNext
(
4
)
})
}
else
{
updateHighSpecificVisit
(
params
).
then
(
res
=>
{
this
.
$message
.
success
(
'修改成功'
)
this
.
store
.
onRefreshMark
()
this
.
toNext
(
4
)
})
}
...
...
This diff is collapsed.
Click to expand it.
src/doctor/screening/second/SecondForm.vue
View file @
92879cf9
...
...
@@ -212,11 +212,13 @@ export default {
if
(
!
params
.
id
)
{
saveSecondScreening
(
params
).
then
(
res
=>
{
this
.
$message
.
success
(
'新增成功'
)
this
.
store
.
onRefreshMark
()
this
.
toNext
(
4
)
})
}
else
{
updateSecondScreening
(
params
).
then
(
res
=>
{
this
.
$message
.
success
(
'修改成功'
)
this
.
store
.
onRefreshMark
()
this
.
toNext
(
4
)
})
}
...
...
This diff is collapsed.
Click to expand it.
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