From 2f31cb7d9d18dd54e1467f8a92d56f82455f3a76 Mon Sep 17 00:00:00 2001 From: wxz Date: Mon, 23 Oct 2023 17:19:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=81=E5=B9=B4=E4=BA=BA=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E6=9C=89=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/base/residentManagement/oldPeople/oldPeople.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/base/residentManagement/oldPeople/oldPeople.vue b/src/views/modules/base/residentManagement/oldPeople/oldPeople.vue index baf4bf95f..3bca65d5f 100644 --- a/src/views/modules/base/residentManagement/oldPeople/oldPeople.vue +++ b/src/views/modules/base/residentManagement/oldPeople/oldPeople.vue @@ -718,7 +718,7 @@ // 导出 async handleExport() { - const url = "/actual/base/resiCategorized/oldpeople/export"; + const url = "/actual/base/resiCategorized/oldPeople/export"; const { pageSize, pageNo, formData } = this; axios({ url: window.SITE_CONFIG["apiURL"] + url,