1
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-06-09 16:56:29 +08:00
parent fa4c00230f
commit 4aa5acc401
1 changed files with 7 additions and 1 deletions

View File

@ -267,9 +267,15 @@ export default {
visible: false,
title: this.$t('trials:trialDocument:historyFileList:title'),
width: '800px',
}
},
uploadPath: null
}
},
created() {
let typeArr = ['', 'Report', 'Doc', 'Record', 'Reviewer', 'Template']
let types = typeArr[this.ArchiveTypeEnum]
this.uploadPath = `/${this.$route.query.trialId}/Document/${types}`
},
methods: {
openHistory(row) {
this.fileData = {