Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web
commit
a00a4957fd
|
@ -45,6 +45,7 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
initFileList() {
|
||||
if(!this.doctorId) return
|
||||
getAttachmentByType(this.doctorId, this.type)
|
||||
.then(res => {
|
||||
if (res.IsSuccess) {
|
||||
|
|
|
@ -39,6 +39,7 @@ export default {
|
|||
}
|
||||
},
|
||||
mounted() {
|
||||
if(!this.doctorId) return
|
||||
this.initFileList()
|
||||
},
|
||||
methods: {
|
||||
|
|
|
@ -97,6 +97,7 @@ export default {
|
|||
})
|
||||
},
|
||||
initFileList() {
|
||||
if(!this.doctorId) return
|
||||
getAttachmentByType(this.doctorId, 'GCP')
|
||||
.then(res => {
|
||||
if (res.IsSuccess) {
|
||||
|
|
|
@ -163,6 +163,7 @@ export default {
|
|||
}
|
||||
},
|
||||
created() {
|
||||
if(!this.doctorId) return
|
||||
this.getResumeList()
|
||||
},
|
||||
methods: {
|
||||
|
|
Loading…
Reference in New Issue