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
29f16b1c
Commit
29f16b1c
authored
Sep 19, 2024
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
慢综 医生端 随访方式新增随访表单及居民基本信息表单字段调整
parent
ace5aba7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
3 deletions
+14
-3
Doctor.vue
src/doctor/Doctor.vue
+1
-1
BaseInfo.vue
src/doctor/followUp/generalFU/form/BaseInfo.vue
+10
-1
Index.vue
src/doctor/followUp/generalFU/form/Index.vue
+3
-1
No files found.
src/doctor/Doctor.vue
View file @
29f16b1c
...
...
@@ -52,7 +52,7 @@ export default {
if
(
!
token
)
{
token
=
sessionStorage
.
getItem
(
'token'
)
if
(
process
.
env
.
NODE_ENV
!==
'production'
)
{
token
=
'
42a5a452-5b42-478f-93f8-0b5198686791
'
token
=
'
f7893d91-e7e0-4a32-aa16-3fd1cdfef2cb
'
}
}
if
(
token
)
{
...
...
src/doctor/followUp/generalFU/form/BaseInfo.vue
View file @
29f16b1c
...
...
@@ -565,7 +565,16 @@ const defaultForm = (info = {}) => {
lossReasonOther
:
undefined
,
visitWay
:
5
,
isHealthGuide
:
1
,
screenTime
:
new
dayjs
().
add
(
1
,
'day'
).
format
(
'YYYY-MM-DD'
)
screenTime
:
new
dayjs
().
add
(
1
,
'day'
).
format
(
'YYYY-MM-DD'
),
chronicCrowd
:
undefined
,
chronicTagsArray
:
undefined
,
firstScreenDate
:
undefined
,
firstScreenResult
:
undefined
,
highTagsArray
:
undefined
,
highTags
:
undefined
,
latelyDiagnoseDate
:
undefined
,
latelyScreenDate
:
undefined
,
}
Reflect
.
ownKeys
(
form
).
forEach
(
key
=>
{
if
(
info
[
key
]
!=
undefined
)
{
...
...
src/doctor/followUp/generalFU/form/Index.vue
View file @
29f16b1c
...
...
@@ -58,7 +58,9 @@ export default {
visitSituation
:
1
,
step
:
1
,
//第一步提交的表单
firstForm
:
{}
firstForm
:
{},
//居民信息
residentInfo
:
{}
}
},
created
()
{
...
...
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