From 754282c0d483cfe857cc0c49bad5de4fcc3b9c50 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Thu, 7 Aug 2025 11:03:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Form/src/components/FormAction.vue | 2 +- src/views/iot/baseIot/CheckBaseIotList.vue | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/Form/src/components/FormAction.vue b/src/components/Form/src/components/FormAction.vue index 091a146..cd38006 100644 --- a/src/components/Form/src/components/FormAction.vue +++ b/src/components/Form/src/components/FormAction.vue @@ -94,7 +94,7 @@ return Object.assign( { text: t('common.resetText'), - preIcon: 'ic:baseline-restart-alt', + preIcon: 'ant-design:reload-outlined', }, props.resetButtonOptions ); diff --git a/src/views/iot/baseIot/CheckBaseIotList.vue b/src/views/iot/baseIot/CheckBaseIotList.vue index 4203cf1..0d14dba 100644 --- a/src/views/iot/baseIot/CheckBaseIotList.vue +++ b/src/views/iot/baseIot/CheckBaseIotList.vue @@ -222,3 +222,9 @@ function searchReset() { } } + + \ No newline at end of file