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
30124112
Commit
30124112
authored
Feb 26, 2025
by
芮自成
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
辅助检查修改
parent
fb724488
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
Doctor.vue
src/doctor/Doctor.vue
+1
-1
Inspect.vue
src/doctor/followUp/separateFU/components/Inspect.vue
+0
-3
No files found.
src/doctor/Doctor.vue
View file @
30124112
...
...
@@ -66,7 +66,7 @@ export default {
if
(
!
token
)
{
token
=
sessionStorage
.
getItem
(
'token'
)
if
(
process
.
env
.
NODE_ENV
!==
'production'
)
{
token
=
'
919dba4c-4fdc-40ee-805d-ed00d4fc886a
'
token
=
'
2fb02c59-8f20-4157-b85e-789e84dea974
'
}
}
if
(
token
)
{
...
...
src/doctor/followUp/separateFU/components/Inspect.vue
View file @
30124112
...
...
@@ -162,7 +162,6 @@ export default {
this
.
form
.
auxiliaryExaminationName
=
list
.
join
()
this
.
showAuxiliaryExamination
=
false
console
.
log
(
this
.
inspectList
)
let
inspectList
=
[]
this
.
form
.
auxiliaryExamination
.
forEach
(
item
=>
{
const
items
=
this
.
inspectList
.
filter
(
e
=>
e
.
insType
===
item
)
...
...
@@ -282,7 +281,6 @@ export default {
}
})
this
.
viewData
=
array
console
.
log
(
888
,
this
.
inspectList
)
}
},
watch
:
{
...
...
@@ -290,7 +288,6 @@ export default {
async
handler
()
{
this
.
inspectList
=
await
this
.
getCode
()
this
.
dataProcess
()
console
.
log
(
this
.
form
)
},
immediate
:
true
}
...
...
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