This commit is contained in:
BianLzhaoMin 2025-04-30 10:13:14 +08:00
parent aad8538217
commit b7fe30976d
2 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,7 @@ export default {
//
onHandleDownload(row) {
this.downloadNew(
'/stateGrid/downloadEpcTemp',
'/epc/downloadEpcTemp',
{
id: row.id,
},

View File

@ -177,7 +177,7 @@ export default {
//
onHandleDownload(row) {
this.downloadNew(
'/stateGrid/downloadSouthTemp',
'/south/downloadSouthTemp',
{
id: row.id,
},