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
8f0e8905
Commit
8f0e8905
authored
Dec 07, 2024
by
gengchunlei
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'chronic-dev' of
http://gitlab.yiboshi.com/nightkis1995/frontend-h5
into chronic-dev
parents
52c85d36
19bcc5bd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
8 deletions
+5
-8
workbench.js
src/api/doctor/workbench.js
+2
-2
FirstDetail.vue
src/doctor/screening/detail/FirstDetail.vue
+2
-5
FirstScreen.vue
src/doctor/workbench/tables/FirstScreen.vue
+1
-1
No files found.
src/api/doctor/workbench.js
View file @
8f0e8905
...
...
@@ -32,7 +32,7 @@ export function getReceiveByPage(params) {
// 待接诊列表 忽略
export
function
ignoreReceive
(
params
)
{
return
fetchBase
({
url
:
`/chronic-admin/v1/chronic-referral-task/update`
,
body
:
params
})
return
fetchBase
({
url
:
`/chronic-admin/v1/chronic-referral-task/update`
,
body
:
params
,
loading
:
true
})
}
// 筛查高危记录表 初筛高危待复筛1 复筛高危待诊断2
...
...
@@ -47,5 +47,5 @@ export function getDiagnoseByPage(params) {
// 待复筛和高危待诊断忽略
export
function
addIgnoreRecord
(
params
)
{
return
fetchBase
({
url
:
`/chronic-admin/v1/chronic-ignore-record/save`
,
body
:
params
})
return
fetchBase
({
url
:
`/chronic-admin/v1/chronic-ignore-record/save`
,
body
:
params
,
loading
:
true
})
}
src/doctor/screening/detail/FirstDetail.vue
View file @
8f0e8905
...
...
@@ -10,7 +10,7 @@
<div
class=
"flex w-full"
>
<div
class=
"grow flex flex-col justify-between"
>
<div
class=
"flex justify-between"
>
<span
class=
"name"
>
{{
userI
nfo
.
residentName
}}
</span>
<span
class=
"name"
>
{{
collapseList
[
0
].
i
nfo
.
residentName
}}
</span>
</div>
<div
class=
'lh-22'
>
<div
class=
'mt-3'
>
筛查日期:
<span
class=
'color-26'
>
{{
info
.
screenDate
||
'-'
}}
</span></div>
...
...
@@ -150,10 +150,7 @@ export default {
computed
:
{
id
()
{
return
this
.
$route
.
query
.
id
},
userInfo
()
{
return
this
.
store
.
userInfo
},
}
},
created
()
{
document
.
title
=
'筛查详情'
...
...
src/doctor/workbench/tables/FirstScreen.vue
View file @
8f0e8905
...
...
@@ -239,7 +239,7 @@ export default {
ignoreType
:
2
,
}
addIgnoreRecord
(
params
).
then
(()
=>
{
this
.
list
=
this
.
list
.
filter
(
e
=>
e
.
id
!==
record
.
i
d
)
this
.
list
=
this
.
list
.
filter
(
e
=>
e
.
screenId
!==
record
.
screenI
d
)
setTimeout
(()
=>
{
showToast
(
'操作成功'
)
},
800
);
...
...
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