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
183e704d
Commit
183e704d
authored
Mar 11, 2025
by
芮自成
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
高血压随访单位修改
parent
df8a2e78
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
Doctor.vue
src/doctor/Doctor.vue
+1
-1
HypertensionForm.vue
.../followUp/separateFU/form/components/HypertensionForm.vue
+8
-0
No files found.
src/doctor/Doctor.vue
View file @
183e704d
...
@@ -66,7 +66,7 @@ export default {
...
@@ -66,7 +66,7 @@ export default {
if
(
!
token
)
{
if
(
!
token
)
{
token
=
sessionStorage
.
getItem
(
'token'
)
token
=
sessionStorage
.
getItem
(
'token'
)
if
(
process
.
env
.
NODE_ENV
!==
'production'
)
{
if
(
process
.
env
.
NODE_ENV
!==
'production'
)
{
token
=
'
955e7a80-744b-481f-8970-890e32ecc31c
'
token
=
'
1642c267-186f-4dd4-9e36-493d4fca1f14
'
}
}
}
}
if
(
token
)
{
if
(
token
)
{
...
...
src/doctor/followUp/separateFU/form/components/HypertensionForm.vue
View file @
183e704d
...
@@ -1400,6 +1400,8 @@ export default {
...
@@ -1400,6 +1400,8 @@ export default {
},
},
referralUnitChange
(
option
=
{})
{
referralUnitChange
(
option
=
{})
{
this
.
form
.
referralUnitName
=
option
.
unitName
this
.
form
.
referralUnitName
=
option
.
unitName
this
.
form
.
referralOfficeId
=
undefined
this
.
form
.
referralOfficeName
=
undefined
},
},
referralOfficeChange
(
option
=
{})
{
referralOfficeChange
(
option
=
{})
{
this
.
form
.
referralOfficeName
=
option
.
officeName
this
.
form
.
referralOfficeName
=
option
.
officeName
...
@@ -1414,9 +1416,15 @@ export default {
...
@@ -1414,9 +1416,15 @@ export default {
},
},
visitUnitChange
(
option
=
{})
{
visitUnitChange
(
option
=
{})
{
this
.
form
.
visitUnitName
=
option
.
unitName
this
.
form
.
visitUnitName
=
option
.
unitName
this
.
form
.
visitOfficeId
=
undefined
this
.
form
.
visitOfficeName
=
undefined
this
.
form
.
visitDoctorId
=
undefined
this
.
form
.
visitDoctorName
=
undefined
},
},
visitOfficeChange
(
option
=
{})
{
visitOfficeChange
(
option
=
{})
{
this
.
form
.
visitOfficeName
=
option
.
officeName
this
.
form
.
visitOfficeName
=
option
.
officeName
this
.
form
.
visitDoctorId
=
undefined
this
.
form
.
visitDoctorName
=
undefined
},
},
submit
()
{
submit
()
{
...
...
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