This commit is contained in:
hayu 2025-09-15 19:35:27 +08:00
parent b57a8e9df4
commit e91ebde2fd
1 changed files with 1 additions and 1 deletions

View File

@ -1230,7 +1230,7 @@ export default {
async downloadTemplate() {
try {
// 使
await this.download("/material/authorize/downLoad", {}, "授权委托书模板.doc");
await this.download("/material/authorize/downLoad", {}, "授权委托书模板.docx");
this.$message.success("模板下载成功");
} catch (error) {
console.error("模板下载失败:", error);