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