From 2978e8ab90d559367d2be9751aa09c322d98f334 Mon Sep 17 00:00:00 2001 From: hayu <1604366271@qq.com> Date: Tue, 16 Sep 2025 21:10:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/materialStation/authorize/index.vue | 4 ++-- .../materialsStation/toolsBack/backAppointment/index.vue | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/material/materialStation/authorize/index.vue b/src/views/material/materialStation/authorize/index.vue index bff0ba6a..8396193b 100644 --- a/src/views/material/materialStation/authorize/index.vue +++ b/src/views/material/materialStation/authorize/index.vue @@ -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 { } diff --git a/src/views/materialsStation/toolsBack/backAppointment/index.vue b/src/views/materialsStation/toolsBack/backAppointment/index.vue index b05fdc02..aa147585 100644 --- a/src/views/materialsStation/toolsBack/backAppointment/index.vue +++ b/src/views/materialsStation/toolsBack/backAppointment/index.vue @@ -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 }) },