Commit 51a7d070 authored by 盖献康's avatar 盖献康

bug

parent 24b1faa1
...@@ -149,7 +149,7 @@ export default { ...@@ -149,7 +149,7 @@ export default {
this.getCurrentHospital() this.getCurrentHospital()
setTimeout(() => { setTimeout(() => {
this.getContract() this.getContract()
}, 500) }, 300)
}, },
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 => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment