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