Commit f5a4eced6ff259ae94ff8cba91b2512e330dfdf5
Merge branch 'f-dev' into 'main'
pref:优化通知管理默认选择字段 See merge request huang/yun-teng-iot-front!266
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -61,6 +61,7 @@ export const formSchema: FormSchema[] = [ | @@ -61,6 +61,7 @@ export const formSchema: FormSchema[] = [ | ||
61 | colProps: { span: 24 }, | 61 | colProps: { span: 24 }, |
62 | required: true, | 62 | required: true, |
63 | component: 'RadioGroup', | 63 | component: 'RadioGroup', |
64 | + defaultValue:'NOTICE', | ||
64 | componentProps: { | 65 | componentProps: { |
65 | options: [ | 66 | options: [ |
66 | { | 67 | { |