beacc749 by xukangle

fix

1 parent 8f87a50c
...@@ -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();
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!