From b7fe30976d90e34954a4d327783d3dfe57c7a5c8 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Wed, 30 Apr 2025 10:13:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/data-create/epc-template/index.vue | 2 +- src/views/data-create/nw-template/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/data-create/epc-template/index.vue b/src/views/data-create/epc-template/index.vue index 4bb1452..7adf02c 100644 --- a/src/views/data-create/epc-template/index.vue +++ b/src/views/data-create/epc-template/index.vue @@ -177,7 +177,7 @@ export default { // 下载 onHandleDownload(row) { this.downloadNew( - '/stateGrid/downloadEpcTemp', + '/epc/downloadEpcTemp', { id: row.id, }, diff --git a/src/views/data-create/nw-template/index.vue b/src/views/data-create/nw-template/index.vue index 310be2c..3578153 100644 --- a/src/views/data-create/nw-template/index.vue +++ b/src/views/data-create/nw-template/index.vue @@ -177,7 +177,7 @@ export default { // 下载 onHandleDownload(row) { this.downloadNew( - '/stateGrid/downloadSouthTemp', + '/south/downloadSouthTemp', { id: row.id, },