From 5828dbd2718b422dee735f5b556adf01eb4b1d8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B7=BB=E7=A0=96-JAVA=5CAdministrator?= <591141169@qq.com> Date: Thu, 23 May 2024 10:06:18 +0800 Subject: [PATCH] =?UTF-8?q?BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/eam/basic/location/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/eam/basic/location/index.vue b/src/views/eam/basic/location/index.vue index 8bd11d4..ff36b4b 100644 --- a/src/views/eam/basic/location/index.vue +++ b/src/views/eam/basic/location/index.vue @@ -59,7 +59,7 @@ const tableColumns = ref(Location.allSchemas.tableColumns) const importFormRef = ref() const BASE_URL = import.meta.env.VITE_JMREPORT_BASE_URL - const src = ref(BASE_URL + '/jmreport/view/952737529008816128?token=' + getAccessToken()) + const src = ref(BASE_URL + '/jmreport/view/953434796896464896?token=' + getAccessToken()) // 查询页面返回 const searchTableSuccess = (formField, searchField, val, formRef, type, row) => {