This commit is contained in:
2024-04-09 14:02:34 +08:00
parent c2e63da777
commit 9c5dc31a11

View File

@ -96,7 +96,7 @@ export default {
this.ByRecord = res.data
this.ByRecord.signPatientInformeds.forEach(e => {
e.informedFilePath = process.env.VUE_APP_BASE_API + e.informedFilePath
this.srcList(e.informedFilePath)
this.srcList.push(e.informedFilePath)
})
})
},