mirror of
https://github.com/PlayEdu/backend
synced 2025-06-28 23:32:50 +08:00
fixed: 课程课件组价的缓存
This commit is contained in:
parent
c0af8d165e
commit
354bd23fc9
@ -152,11 +152,12 @@ export const CourseAttachmentUpdate: React.FC<PropInterface> = ({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
{open ? (
|
||||||
<Drawer
|
<Drawer
|
||||||
title="课件管理"
|
title="课件管理"
|
||||||
onClose={onCancel}
|
onClose={onCancel}
|
||||||
maskClosable={false}
|
maskClosable={false}
|
||||||
open={open}
|
open={true}
|
||||||
width={634}
|
width={634}
|
||||||
>
|
>
|
||||||
<div className={styles["top-content"]}>
|
<div className={styles["top-content"]}>
|
||||||
@ -216,6 +217,7 @@ export const CourseAttachmentUpdate: React.FC<PropInterface> = ({
|
|||||||
</Form>
|
</Form>
|
||||||
</div>
|
</div>
|
||||||
</Drawer>
|
</Drawer>
|
||||||
|
) : null}
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user