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" /> - +