Commit 8b97697ef4941c2498d6140100e68cde4d5578b8
Merge branch 'fix/DEFECT-1770' into 'main_dev'
fix: 修复场景联动执行动作变更未清空相关字段 See merge request yunteng/thingskit-front!1027
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, | ... | ... |