...
|
...
|
@@ -126,7 +126,7 @@ export const schemas: FormSchema[] = [ |
126
|
126
|
colProps: {
|
127
|
127
|
span: 8,
|
128
|
128
|
},
|
129
|
|
- defaultValue: 'SYSTEM',
|
|
129
|
+ defaultValue: 'CUSTOM',
|
130
|
130
|
componentProps: {
|
131
|
131
|
api: findDictItemByCode,
|
132
|
132
|
params: {
|
...
|
...
|
|