|
@@ -299,7 +299,7 @@ function exportFun() {
|
|
|
let url = URL.createObjectURL(blob);
|
|
|
let link = document.createElement('a');
|
|
|
link.setAttribute('href', url);
|
|
|
- link.setAttribute('download', `智能校对.doc`);
|
|
|
+ link.setAttribute('download', `智能校对.docx`);
|
|
|
link.click();
|
|
|
}
|
|
|
</script>
|