Showing
1 changed file
with
2 additions
and
0 deletions
@@ -301,6 +301,8 @@ export const getFormSchemas = (hasAlarmNotify: Ref<boolean>): FormSchema[] => { | @@ -301,6 +301,8 @@ export const getFormSchemas = (hasAlarmNotify: Ref<boolean>): FormSchema[] => { | ||
301 | onChange() { | 301 | onChange() { |
302 | const { setFieldsValue } = formActionType; | 302 | const { setFieldsValue } = formActionType; |
303 | setFieldsValue({ | 303 | setFieldsValue({ |
304 | + [FormFieldsEnum.CUSTOM_COMMAND]: null, | ||
305 | + [FormFieldsEnum.TCP_CUSTOM_COMMAND]: null, | ||
304 | [FormFieldsEnum.CALL_SERVICE]: null, | 306 | [FormFieldsEnum.CALL_SERVICE]: null, |
305 | [FormFieldsEnum.CALL_SERVICE_IDENTIFIER]: null, | 307 | [FormFieldsEnum.CALL_SERVICE_IDENTIFIER]: null, |
306 | [FormFieldsEnum.SERVICE_COMMAND]: null, | 308 | [FormFieldsEnum.SERVICE_COMMAND]: null, |