From 6b9a1430274f1c08371f85573a536fd6833b6e6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=97=A6?= Date: Sat, 5 Jul 2025 23:28:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E5=BF=85=E5=A1=AB?= =?UTF-8?q?=E8=A7=84=E5=88=99=E5=88=B0=E6=9C=BA=E5=99=A8=E4=BA=BA=E6=B3=A8?= =?UTF-8?q?=E5=86=8C=E8=A1=A8=E5=8D=95=E9=A1=B9=EF=BC=8C=E7=A1=AE=E4=BF=9D?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E8=BE=93=E5=85=A5=E6=9C=89=E6=95=88=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/modal/robot-register-modal.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/modal/robot-register-modal.vue b/src/components/modal/robot-register-modal.vue index 3d98a99..0650111 100644 --- a/src/components/modal/robot-register-modal.vue +++ b/src/components/modal/robot-register-modal.vue @@ -2,7 +2,7 @@ import { registerRobot, ROBOT_BRAND_OPTIONS, ROBOT_TYPE_OPTIONS, type RobotDetail, type RobotGroup } from '@api/robot'; import type { EditorService } from '@core/editor.service'; import { type FormInstance, message } from 'ant-design-vue'; -import { isError, isNil } from 'lodash-es'; +import { isError } from 'lodash-es'; import { computed, inject, type InjectionKey, reactive, ref, type ShallowRef, shallowRef } from 'vue'; import { useI18n } from 'vue-i18n'; @@ -101,7 +101,7 @@ const submit = async () => { :controls="false" /> - + { :controls="false" /> - + { :controls="false" /> - + { :controls="false" /> - + { :controls="false" /> - +