|
@@ -27,7 +27,7 @@ export const pushChannelName = [
|
|
|
];
|
|
];
|
|
|
|
|
|
|
|
export const recipientTypeName = [
|
|
export const recipientTypeName = [
|
|
|
- { value: 1, label: '全员' },
|
|
|
|
|
|
|
+ // { value: 1, label: '全员' },
|
|
|
{ value: 2, label: '分组' },
|
|
{ value: 2, label: '分组' },
|
|
|
{ value: 3, label: '自定义' },
|
|
{ value: 3, label: '自定义' },
|
|
|
];
|
|
];
|