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