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
51a7d070
Commit
51a7d070
authored
Aug 30, 2023
by
盖献康
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
24b1faa1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
13 deletions
+15
-13
entry-contract.vue
...ews/document-management/entry-contract/entry-contract.vue
+15
-13
No files found.
src/views/document-management/entry-contract/entry-contract.vue
View file @
51a7d070
...
@@ -149,7 +149,7 @@ export default {
...
@@ -149,7 +149,7 @@ export default {
this
.
getCurrentHospital
()
this
.
getCurrentHospital
()
setTimeout
(()
=>
{
setTimeout
(()
=>
{
this
.
getContract
()
this
.
getContract
()
}
,
5
00
)
}
,
3
00
)
}
,
}
,
methods
:
{
methods
:
{
// 合同文件查看对话框关闭
// 合同文件查看对话框关闭
...
@@ -171,6 +171,7 @@ export default {
...
@@ -171,6 +171,7 @@ export default {
}
,
}
,
getContract
()
{
getContract
()
{
this
.
getEntryContract
()
this
.
getEntryContract
()
setTimeout
(()
=>
{
console
.
log
(
'xxxx'
,
this
.
currentHospitalId
)
console
.
log
(
'xxxx'
,
this
.
currentHospitalId
)
this
.
queryParams
.
hospitalId
=
this
.
currentHospitalId
this
.
queryParams
.
hospitalId
=
this
.
currentHospitalId
listHistory
(
this
.
queryParams
).
then
(
res
=>
{
listHistory
(
this
.
queryParams
).
then
(
res
=>
{
...
@@ -183,6 +184,7 @@ export default {
...
@@ -183,6 +184,7 @@ export default {
console
.
log
(
'入驻合同'
,
this
.
entryContract
)
console
.
log
(
'入驻合同'
,
this
.
entryContract
)
this
.
loading
=
false
this
.
loading
=
false
}
)
}
)
}
,
300
)
}
,
}
,
getCurrentHospital
()
{
getCurrentHospital
()
{
listGetUserInfo
().
then
(
res
=>
{
listGetUserInfo
().
then
(
res
=>
{
...
...
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