diff --git a/src/views/system/notice/notice.data.ts b/src/views/system/notice/notice.data.ts index 694db3d..382fae5 100644 --- a/src/views/system/notice/notice.data.ts +++ b/src/views/system/notice/notice.data.ts @@ -94,7 +94,7 @@ export const formSchema: FormSchema[] = [ label: '消息类型', required: true, component: 'JDictSelectTag', - defaultValue: '3', + defaultValue: '1', componentProps: { type: 'radio', dictCode: 'msg_category',