Commit aefef70d726789db576f26d5f8b98eabeca05fa2

Authored by fengtao
1 parent 5f552219

fix:DEFECT-962 前端限制字符串长度

... ... @@ -25,7 +25,7 @@ export const step1Schemas: FormSchema[] = [
25 25 colProps: { span: 14 },
26 26 componentProps: {
27 27 placeholder: '设备名称',
28   - maxLength: 255,
  28 + maxLength: 36,
29 29 },
30 30 },
31 31 {
... ...