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
7 months ago
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
居民端小程序 随访列表调整
parent
c5154be1
chronic-master-his-1.2.1
chronic-dev
chronic-master
chronic-master-his-1.1
1 merge request
!1
Chronic dev
Expand all
Hide 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
...
@@ -2,4 +2,9 @@ import { fetchBase } from '../fetch.js'
...
@@ -2,4 +2,9 @@ import { fetchBase } from '../fetch.js'
// 查询随访列表
// 查询随访列表
export
function
queryVisitList
(
params
)
{
export
function
queryVisitList
(
params
)
{
return
fetchBase
({
url
:
`/chronic-resident/v1/chronic-visit-record/page`
,
body
:
params
,
loading
:
true
})
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
This diff is collapsed.
Click to expand it.
src/residentWX/ResidentWX.vue
View file @
cd03277f
...
@@ -13,7 +13,6 @@
...
@@ -13,7 +13,6 @@
<
script
>
<
script
>
import
{
getDict
,
getResidentByInfo
}
from
'@/api/base.js'
import
{
getDict
,
getResidentByInfo
}
from
'@/api/base.js'
import
{
useStore
}
from
'./store/index.js'
import
{
useStore
}
from
'./store/index.js'
import
{
ref
}
from
'vue'
export
default
{
export
default
{
data
()
{
data
()
{
...
...
This diff is collapsed.
Click to expand it.
src/residentWX/visit/List.vue
View file @
cd03277f
...
@@ -157,11 +157,17 @@ export default {
...
@@ -157,11 +157,17 @@ export default {
this
.
load
(
false
)
this
.
load
(
false
)
},
},
toDetail
(
item
)
{
toDetail
(
item
)
{
let
par
=
{
debugger
relationId
:
item
.
relationId
let
par
=
{}
let
path
=
``
if
(
item
.
serveType
==
5
)
{
path
=
`/visit/GeneralFUDetail/
${
item
.
relationId
}
`
}
if
(
item
.
serveType
==
3
||
item
.
serveType
==
4
){
}
}
this
.
$router
.
push
({
this
.
$router
.
push
({
path
:
`/doctor/followUp/generalFU/detail`
,
path
,
query
:
par
query
:
par
})
})
},
},
...
...
This diff is collapsed.
Click to expand it.
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 = [
...
@@ -114,7 +114,7 @@ const routes = [
component
:
()
=>
import
(
/* webpackChunkName: "residentWX-visit" */
'@/residentWX/visit/List.vue'
)
component
:
()
=>
import
(
/* webpackChunkName: "residentWX-visit" */
'@/residentWX/visit/List.vue'
)
},
},
{
{
path
:
'visit/GeneralFUDetail/:
i
d'
,
path
:
'visit/GeneralFUDetail/:
relationI
d'
,
name
:
'resident-visit-GeneralFUDetail'
,
name
:
'resident-visit-GeneralFUDetail'
,
component
:
()
=>
import
(
/* webpackChunkName: "residentWX-screening" */
'@/residentWX/visit/detail/GeneralFUDetail.vue'
)
component
:
()
=>
import
(
/* webpackChunkName: "residentWX-screening" */
'@/residentWX/visit/detail/GeneralFUDetail.vue'
)
},
},
...
...
This diff is collapsed.
Click to expand it.
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