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
f1b2c653
Commit
f1b2c653
authored
Nov 19, 2024
by
songrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
居民端筛查修改
parent
2f49bff6
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
BaseInfo.vue
src/resident/screening/first/form/BaseInfo.vue
+4
-0
Index.vue
src/resident/screening/first/form/Index.vue
+1
-0
vue.config.js
vue.config.js
+1
-1
No files found.
src/resident/screening/first/form/BaseInfo.vue
View file @
f1b2c653
...
@@ -240,6 +240,10 @@ const defaultForm = (info = {}) => {
...
@@ -240,6 +240,10 @@ const defaultForm = (info = {}) => {
highTags
:
undefined
,
highTags
:
undefined
,
latelyDiagnoseDate
:
undefined
,
latelyDiagnoseDate
:
undefined
,
latelyScreenDate
:
undefined
,
latelyScreenDate
:
undefined
,
// 当前人群-显示type=CP00181
groupsArrays
:
undefined
,
// 当前人群-查询
groups
:
undefined
,
}
}
Reflect
.
ownKeys
(
form
).
forEach
(
key
=>
{
Reflect
.
ownKeys
(
form
).
forEach
(
key
=>
{
if
(
info
[
key
]
!=
undefined
)
{
if
(
info
[
key
]
!=
undefined
)
{
...
...
src/resident/screening/first/form/Index.vue
View file @
f1b2c653
...
@@ -90,6 +90,7 @@ export default {
...
@@ -90,6 +90,7 @@ export default {
if
(
this
.
step
===
1
)
{
if
(
this
.
step
===
1
)
{
this
.
recordForm
=
{}
this
.
recordForm
=
{}
this
.
checkInfo
=
{}
this
.
checkInfo
=
{}
this
.
recordForm
.
doctorId
=
this
.
doctorId
}
}
},
},
onClose
()
{
onClose
()
{
...
...
vue.config.js
View file @
f1b2c653
...
@@ -39,7 +39,7 @@ module.exports = defineConfig({
...
@@ -39,7 +39,7 @@ module.exports = defineConfig({
}
}
},
},
'/chronic-resident'
:
{
'/chronic-resident'
:
{
target
:
'http://192.168.1.1
0
5:8903'
,
target
:
'http://192.168.1.1
2
5:8903'
,
// target: 'https://beta-tumour.zmnyjk.com',
// target: 'https://beta-tumour.zmnyjk.com',
changOrigin
:
true
,
changOrigin
:
true
,
pathRewrite
:
{
pathRewrite
:
{
...
...
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