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
97c6c88c
Commit
97c6c88c
authored
Dec 17, 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
905251bc
ef437773
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
List.vue
src/doctor/patientDetail/components/disease/List.vue
+1
-1
Visit.vue
src/doctor/patientDetail/components/disease/Visit.vue
+1
-1
index.js
src/doctor/store/index.js
+1
-2
No files found.
src/doctor/patientDetail/components/disease/List.vue
View file @
97c6c88c
...
...
@@ -185,7 +185,7 @@ export default {
})
},
onRefresh
()
{
this
.
load
(
false
)
this
.
load
()
},
toDetail
()
{
...
...
src/doctor/patientDetail/components/disease/Visit.vue
View file @
97c6c88c
...
...
@@ -136,7 +136,7 @@ export default {
},
onRefresh
()
{
this
.
pagination
.
pageIndex
=
1
this
.
load
(
false
)
this
.
load
()
},
toDetail
(
record
)
{
if
(
!
record
)
return
...
...
src/doctor/store/index.js
View file @
97c6c88c
...
...
@@ -34,8 +34,7 @@ export const useStore = defineStore('chronic', {
},
onRefreshMark
()
{
this
.
refreshMark
++
}
,
},
onDocumentHidden
(
value
)
{
this
.
documentHidden
=
value
}
...
...
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