调整短信发送对象顺序,默认指定用户

This commit is contained in:
2025-12-30 14:30:05 +08:00
parent b26398abef
commit d573fe5fba
+1 -1
View File
@@ -122,7 +122,7 @@ export const formSchema: FormSchema[] = [
{
field: 'msgType',
label: '通知对象',
defaultValue: 'ALL',
defaultValue: 'USER',
component: 'JDictSelectTag',
required: true,
componentProps: {