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() { async downloadTemplate() {
try { try {
// 使 // 使
await this.download("/material/authorize/downLoad", {}, "授权委托书模.docx"); await this.download("/material/authorize/downLoad", {}, "授权委托书模.docx");
this.$message.success("模板下载成功"); this.$message.success("模板下载成功");
} catch (error) { } catch (error) {
console.error("模下载失败:", error); console.error("模下载失败:", error);
this.$message.error("模板下载失败,请稍后重试"); this.$message.error("模板下载失败,请稍后重试");
} finally { } finally {
} }

View File

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