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
abf6c801
Commit
abf6c801
authored
Dec 05, 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
66fe08b1
01e70541
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
workbench.js
src/api/doctor/workbench.js
+6
-2
HighRisk.vue
src/doctor/workbench/tables/HighRisk.vue
+2
-2
No files found.
src/api/doctor/workbench.js
View file @
abf6c801
...
...
@@ -40,7 +40,12 @@ export function getBeSecondScreenByPage(params) {
return
fetchBase
({
url
:
`/chronic-admin/v1/chronic-workbench/be-second-page`
,
body
:
params
})
}
// 筛查高危记录表 初筛高危待复筛1 复筛高危待诊断2
export
function
getDiagnoseByPage
(
params
)
{
return
fetchBase
({
url
:
`/chronic-admin/v1/chronic-workbench/be-diagnose-page`
,
body
:
params
})
}
// 待复筛和高危待诊断忽略
export
function
addIgnoreRecord
(
params
)
{
return
fetchBase
({
url
:
`/chronic-admin/v1/chronic-ignore-record/save`
,
body
:
params
})
}
\ No newline at end of file
}
src/doctor/workbench/tables/HighRisk.vue
View file @
abf6c801
...
...
@@ -103,7 +103,7 @@
<
script
>
import
{
useStore
}
from
'@/doctor/store'
import
{
get
BeSecondScreen
ByPage
,
addIgnoreRecord
}
from
'@/api/doctor/workbench.js'
import
{
get
Diagnose
ByPage
,
addIgnoreRecord
}
from
'@/api/doctor/workbench.js'
import
CheckBtn
from
'@/doctor/components/checkBtn/CheckBtn.vue'
import
IdCardScan
from
'@/doctor/components/idCardScan/IdCardScan.vue'
import
{
showToast
}
from
'vant'
...
...
@@ -202,7 +202,7 @@ export default {
diseaseType
:
this
.
activeTabItem
.
value
,
...
this
.
form
}
get
BeSecondScreen
ByPage
(
query
,
loading
).
then
(
res
=>
{
get
Diagnose
ByPage
(
query
,
loading
).
then
(
res
=>
{
if
(
this
.
pagination
.
pageIndex
===
1
)
{
this
.
list
=
[]
}
...
...
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