fix
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -550,8 +550,8 @@ const formItems = ref<any>([ | ... | @@ -550,8 +550,8 @@ const formItems = ref<any>([ |
| 550 | templateUrl: 'auto', | 550 | templateUrl: 'auto', |
| 551 | templateClick: () => { | 551 | templateClick: () => { |
| 552 | const link = document.createElement('a'); | 552 | const link = document.createElement('a'); |
| 553 | link.href = encodeURI("/files/数据质量评价.docx"); | 553 | link.href = "/files/数据价值评估.docx"; |
| 554 | link.download = '数据质量评价.docx'; | 554 | link.download = '数据价值评估.docx'; |
| 555 | document.body.appendChild(link); | 555 | document.body.appendChild(link); |
| 556 | link.click(); | 556 | link.click(); |
| 557 | link.remove(); | 557 | link.remove(); | ... | ... |
-
Please register or sign in to post a comment