|
@@ -204,7 +204,7 @@ const AddPunlishPlanModal: React.FC<AddPunlishPlanModalProps> = ({
|
|
|
rules={[{ required: true, message: '请选择发布方式' }]}
|
|
|
>
|
|
|
<Select placeholder="选择发布方式" allowClear className='!w-50'>
|
|
|
- <Option value={0} disabled>平台发布</Option>
|
|
|
+ <Option value={0} disabled={type !== GzhPlanType.自动回复}>平台发布</Option>
|
|
|
<Option value={1} >用户获取路径</Option>
|
|
|
</Select>
|
|
|
</Form.Item>
|