Commit da2f608d4e84ed493e9ed35266e20c472f907bec

Authored by ww
1 parent e7a8ff3a

fix: DEFECT-983 linkedge action panel select part device device output bind value type not a string

... ... @@ -517,7 +517,7 @@ export const actionSchema: FormSchema[] = [
517 517 colProps: {
518 518 span: 6,
519 519 },
520   - defaultValue: 0,
  520 + defaultValue: '0',
521 521 componentProps: ({ formActionType }) => {
522 522 const { setFieldsValue } = formActionType;
523 523 return {
... ...