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
66fe08b1
Commit
66fe08b1
authored
Dec 05, 2024
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
居民端小程序 v1.2 宣教内容不存在时 属性类型判断调整
parent
f9a4b374
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
GeneralFUForm.vue
src/doctor/followUp/generalFU/form/GeneralFUForm.vue
+10
-1
No files found.
src/doctor/followUp/generalFU/form/GeneralFUForm.vue
View file @
66fe08b1
...
@@ -626,8 +626,17 @@ export default {
...
@@ -626,8 +626,17 @@ export default {
this
.
$refs
.
form
.
validate
().
then
(
async
()
=>
{
this
.
$refs
.
form
.
validate
().
then
(
async
()
=>
{
let
time
=
dayjs
(
this
.
form
.
screenTime
).
format
(
'YYYY-MM-DD HH:00:00'
)
let
time
=
dayjs
(
this
.
form
.
screenTime
).
format
(
'YYYY-MM-DD HH:00:00'
)
let
content
=
`
${
this
.
modeEnumList
?.
urgeResidentShow
?
`
${
this
.
firstForm
?.
residentsRecord
?.
residentName
}
先生
/
女士,
` : `
您好,
`}请您于
${
time
}
到
${
this
.
authInfo
.
unitName
}
进行专病高危筛查/慢病复查,祝早日恢复健康!`
let
content
=
`
${
this
.
modeEnumList
?.
urgeResidentShow
?
`
${
this
.
firstForm
?.
residentsRecord
?.
residentName
}
先生
/
女士,
` : `
您好,
`}请您于
${
time
}
到
${
this
.
authInfo
.
unitName
}
进行专病高危筛查/慢病复查,祝早日恢复健康!`
const
{
publicizeType
,
...
others
}
=
this
.
form
let
publicizeTypeInfo
=
''
if
(
publicizeType
&&
publicizeType
instanceof
Array
)
{
publicizeTypeInfo
=
publicizeType
.
join
()
}
if
(
publicizeType
&&
typeof
publicizeType
===
"string"
)
{
publicizeTypeInfo
=
publicizeType
}
let
res
=
{
let
res
=
{
...
this
.
form
,
...
others
,
publicizeType
:
publicizeTypeInfo
,
urgentInsContent
:
content
urgentInsContent
:
content
}
}
//健康指导
//健康指导
...
...
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