From 26c0ab4d2bf3c8b26fff87c0d1990fc39acdffd7 Mon Sep 17 00:00:00 2001 From: songguoqiang <765017469@qq.com> Date: Wed, 22 Nov 2023 09:27:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E4=B8=8B=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/detection/records/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/detection/records/index.vue b/src/views/detection/records/index.vue index 73f74ee..bdf01c7 100644 --- a/src/views/detection/records/index.vue +++ b/src/views/detection/records/index.vue @@ -219,7 +219,7 @@ const searchFormClick = (searchData) => { /** 初始化 **/ onMounted(async () => { getList() - importTemplateData.templateUrl = await RecordsApi.importTemplate() + //importTemplateData.templateUrl = await RecordsApi.importTemplate() })