Commit 233b853d5b88f1eeda95187bfabea830a7a1195d

Authored by fengwotao
1 parent fe8eca66

pref: 优化公共接口管理接口类型默认为系统默认

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