This commit is contained in:
hayu 2025-09-16 21:10:50 +08:00
parent 721482102c
commit 2978e8ab90
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -236,7 +236,7 @@ export default {
isDetails: false
}
this.$router.push({
path: '/materialsStation/equipment/backAppointment/addAndDetails',
path: '/materialsStation/equipment/addAndDetails',
query: params
})
},
@ -249,7 +249,7 @@ export default {
id: row.id
}
this.$router.push({
path: '/materialsStation/equipment/backAppointment/addAndDetails',
path: '/materialsStation/equipment/addAndDetails',
query: params
})
},
@ -284,7 +284,7 @@ export default {
id: row.id
}
this.$router.push({
path: '/materialsStation/equipment/backAppointment/addAndDetails',
path: '/materialsStation/equipment/addAndDetails',
query: params
})
},