中心调研表二维码下载名称变更
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-12-26 14:18:15 +08:00
parent be9e78ec73
commit 9c22809bae
1 changed files with 1 additions and 1 deletions

View File

@ -525,7 +525,7 @@ export default {
.getElementsByTagName('canvas')
let a = document.createElement('a')
a.href = qrCodeCanvas[0].toDataURL('image/url')
a.download = `${this.$t('trials:researchRecord:title:code')}.png`
a.download = `${this.$route.query.researchProgramNo}${this.$t('trials:researchRecord:title:code')}.png`
a.click()
},
//