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
18fd1499
Commit
18fd1499
authored
Jun 04, 2025
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
医生端 v1.0.4 1、慢特病随访bug修复
parent
aa9d0e3d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
7 deletions
+2
-7
Doctor.vue
src/doctor/Doctor.vue
+1
-1
Index.vue
src/doctor/followUp/slowSpecialFU/form/Index.vue
+1
-4
List.vue
...doctor/patientDetail/components/slowSpecialVisit/List.vue
+0
-2
No files found.
src/doctor/Doctor.vue
View file @
18fd1499
...
...
@@ -66,7 +66,7 @@ export default {
if
(
!
token
)
{
token
=
sessionStorage
.
getItem
(
'token'
)
if
(
process
.
env
.
NODE_ENV
!==
'production'
)
{
token
=
'6
67cf0a3-e859-4ebe-ae04-2ccc64d0f437
'
token
=
'6
b4cc93f-85a0-4c0c-b47c-db0411952ddd
'
}
}
if
(
token
)
{
...
...
src/doctor/followUp/slowSpecialFU/form/Index.vue
View file @
18fd1499
...
...
@@ -45,8 +45,6 @@ export default {
baseInfo
:
{},
// 慢特病信息
slowSpecialInfo
:
{},
// 结果
resultInfo
:
{}
}
},
computed
:
{
...
...
@@ -116,14 +114,13 @@ export default {
query
.
residentsRecord
=
this
.
baseInfo
const
func
=
query
.
id
?
updateSlowSpecial
:
addSlowSpecial
func
(
query
).
then
(
res
=>
{
this
.
resultInfo
=
query
this
.
store
.
onRefreshMark
()
this
.
$router
.
replace
({
path
:
'/doctor/patient-detail'
,
query
:
{
residentInfoId
:
this
.
residentInfoId
}
})
this
.
store
.
onRefreshMark
()
})
})
}
else
{
...
...
src/doctor/patientDetail/components/slowSpecialVisit/List.vue
View file @
18fd1499
...
...
@@ -116,7 +116,6 @@ export default {
this
.
load
(
false
)
},
toDetail
(
record
)
{
debugger
if
(
!
record
)
return
if
(
record
.
id
==
null
)
{
this
.
$message
.
info
(
'暂时无法查看 详情信息'
)
...
...
@@ -130,7 +129,6 @@ export default {
})
},
editBtn
(
record
)
{
debugger
this
.
$router
.
push
({
path
:
'/doctor/followUp/slowSpecialFU/add'
,
query
:
{
residentInfoId
:
this
.
residentInfoId
,
id
:
record
.
id
}
...
...
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