Commit 6178c63979db3f335b86e94c78660034deabc4a9

Authored by fengtao
1 parent 30126b27

pref:组织名称做限制

... ... @@ -47,7 +47,7 @@ export const formSchema: FormSchema[] = [
47 47 component: 'Input',
48 48 required: true,
49 49 componentProps: {
50   - maxLength: 255,
  50 + maxLength: 36,
51 51 },
52 52 },
53 53 {
... ...