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
cd03277f
Commit
cd03277f
authored
Oct 15, 2024
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
居民端小程序 随访列表调整
parent
c5154be1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
5 deletions
+16
-5
visit.js
src/api/residentWX/visit.js
+6
-0
ResidentWX.vue
src/residentWX/ResidentWX.vue
+0
-1
List.vue
src/residentWX/visit/List.vue
+9
-3
GeneralFUDetail.vue
src/residentWX/visit/detail/GeneralFUDetail.vue
+0
-0
index.js
src/router/index.js
+1
-1
No files found.
src/api/residentWX/visit.js
View file @
cd03277f
...
...
@@ -3,3 +3,8 @@ import { fetchBase } from '../fetch.js'
export
function
queryVisitList
(
params
)
{
return
fetchBase
({
url
:
`/chronic-resident/v1/chronic-visit-record/page`
,
body
:
params
,
loading
:
true
})
}
// 查询通用随访详情
export
function
queryGeneralFUDetail
(
params
)
{
return
fetchBase
({
url
:
`/chronic-resident/v1/chronic-visit-record/currency-detail`
,
body
:
params
,
loading
:
true
})
}
\ No newline at end of file
src/residentWX/ResidentWX.vue
View file @
cd03277f
...
...
@@ -13,7 +13,6 @@
<
script
>
import
{
getDict
,
getResidentByInfo
}
from
'@/api/base.js'
import
{
useStore
}
from
'./store/index.js'
import
{
ref
}
from
'vue'
export
default
{
data
()
{
...
...
src/residentWX/visit/List.vue
View file @
cd03277f
...
...
@@ -157,11 +157,17 @@ export default {
this
.
load
(
false
)
},
toDetail
(
item
)
{
let
par
=
{
relationId
:
item
.
relationId
debugger
let
par
=
{}
let
path
=
``
if
(
item
.
serveType
==
5
)
{
path
=
`/visit/GeneralFUDetail/
${
item
.
relationId
}
`
}
if
(
item
.
serveType
==
3
||
item
.
serveType
==
4
){
}
this
.
$router
.
push
({
path
:
`/doctor/followUp/generalFU/detail`
,
path
,
query
:
par
})
},
...
...
src/residentWX/visit/detail/GeneralFUDetail.vue
View file @
cd03277f
This diff is collapsed.
Click to expand it.
src/router/index.js
View file @
cd03277f
...
...
@@ -114,7 +114,7 @@ const routes = [
component
:
()
=>
import
(
/* webpackChunkName: "residentWX-visit" */
'@/residentWX/visit/List.vue'
)
},
{
path
:
'visit/GeneralFUDetail/:
i
d'
,
path
:
'visit/GeneralFUDetail/:
relationI
d'
,
name
:
'resident-visit-GeneralFUDetail'
,
component
:
()
=>
import
(
/* webpackChunkName: "residentWX-screening" */
'@/residentWX/visit/detail/GeneralFUDetail.vue'
)
},
...
...
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