Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
Project
Project
Details
Activity
Releases
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
刘怀志
pet-business-web
Commits
25891d90
Commit
25891d90
authored
Jun 29, 2023
by
盖献康
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
b03909ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
entry-contract.vue
...ews/document-management/entry-contract/entry-contract.vue
+3
-3
medical-record-management.vue
...t/medical-record-management/medical-record-management.vue
+1
-0
No files found.
src/views/document-management/entry-contract/entry-contract.vue
View file @
25891d90
...
...
@@ -107,7 +107,7 @@ export default {
total
:
0
,
queryParams
:
{
pageNum
:
1
,
pageSize
:
1
0
,
pageSize
:
2
0
,
hospitalId
:
null
}
,
id
:
null
...
...
@@ -133,6 +133,7 @@ export default {
}
)
}
,
getContract
()
{
this
.
getEntryContract
()
console
.
log
(
'xxxx'
,
this
.
currentHospitalId
)
this
.
queryParams
.
hospitalId
=
this
.
currentHospitalId
listHistory
(
this
.
queryParams
).
then
(
res
=>
{
...
...
@@ -140,12 +141,11 @@ export default {
this
.
total
=
res
.
total
-
1
console
.
log
(
'授权历史312'
,
list
)
this
.
authorizationHistory
=
list
this
.
authorizationHistory
=
this
.
authorizationHistory
.
filter
((
obj
)
=>
obj
.
id
!==
this
.
id
)
this
.
authorizationHistory
=
list
.
filter
((
obj
)
=>
obj
.
id
!==
this
.
id
)
console
.
log
(
'授权合同'
,
this
.
authorizationHistory
)
console
.
log
(
'入驻合同'
,
this
.
entryContract
)
this
.
loading
=
false
}
)
this
.
getEntryContract
()
}
,
getCurrentHospital
()
{
listGetUserInfo
().
then
(
res
=>
{
...
...
src/views/service-management/medical-record-management/medical-record-management.vue
View file @
25891d90
...
...
@@ -269,6 +269,7 @@
:
data
=
"deviceList"
style
=
"width: 100%"
:
header
-
cell
-
style
=
"{background:'#E8E9E8'
}
"
empty
-
text
=
"当前暂无可预约设备"
>
<
el
-
table
-
column
prop
=
"deviceName"
align
=
"left"
label
=
"设备名称"
/>
<
el
-
table
-
column
prop
=
"checkDate"
align
=
"left"
label
=
"检查日期"
>
...
...
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