线上课新建无章节课时选择逻辑优化

This commit is contained in:
禺狨
2023-03-17 12:26:49 +08:00
parent 0460da6974
commit e2dba07641
3 changed files with 8 additions and 1 deletions

View File

@@ -56,6 +56,7 @@ export const SelectResource = (props: PropsInterface) => {
closable={false}
onCancel={() => {
setSelectKeys([]);
setSelectVideos([]);
props.onCancel();
}}
open={props.open}