Commit f42944f3c0444c223bc2c8bc6f4b5dd606e0502c

Authored by fengwotao
1 parent ba1f6b7d

perf: 公共接口管理代码优化

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