beacc749 by xukangle

fix

1 parent 8f87a50c
......@@ -550,8 +550,8 @@ const formItems = ref<any>([
templateUrl: 'auto',
templateClick: () => {
const link = document.createElement('a');
link.href = encodeURI("/files/数据质量评价.docx");
link.download = '数据质量评价.docx';
link.href = "/files/数据价值评估.docx";
link.download = '数据价值评估.docx';
document.body.appendChild(link);
link.click();
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!