This commit is contained in:
parent
b57a8e9df4
commit
e91ebde2fd
|
|
@ -1230,7 +1230,7 @@ export default {
|
||||||
async downloadTemplate() {
|
async downloadTemplate() {
|
||||||
try {
|
try {
|
||||||
// 使用统一的下载方法,确保路径正确
|
// 使用统一的下载方法,确保路径正确
|
||||||
await this.download("/material/authorize/downLoad", {}, "授权委托书模板.doc");
|
await this.download("/material/authorize/downLoad", {}, "授权委托书模板.docx");
|
||||||
this.$message.success("模板下载成功");
|
this.$message.success("模板下载成功");
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("模板下载失败:", error);
|
console.error("模板下载失败:", error);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue