mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 05:23:18 +08:00
线上课新建无章节课时选择逻辑优化
This commit is contained in:
@@ -56,6 +56,7 @@ export const SelectResource = (props: PropsInterface) => {
|
||||
closable={false}
|
||||
onCancel={() => {
|
||||
setSelectKeys([]);
|
||||
setSelectVideos([]);
|
||||
props.onCancel();
|
||||
}}
|
||||
open={props.open}
|
||||
|
||||
Reference in New Issue
Block a user