lin
This commit is contained in:
parent
42480214fd
commit
184f1e6519
|
@ -143,17 +143,7 @@ export default function StaffModal() {
|
|||
label="培训内容"
|
||||
className="flex-1"
|
||||
>
|
||||
<Select placeholder="选择培训内容">
|
||||
{/* 动态渲染培训内容选项 */}
|
||||
{traincontents?.map((situation) => (
|
||||
<Select.Option
|
||||
key={situation.id}
|
||||
value={situation.id}
|
||||
>
|
||||
{situation.trainContentId}
|
||||
</Select.Option>
|
||||
))}
|
||||
</Select>
|
||||
<TrainContentTreeSelect></TrainContentTreeSelect>
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
{...restField}
|
||||
|
|
Loading…
Reference in New Issue