mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 05:23:18 +08:00
数据结构重构优化
This commit is contained in:
@@ -69,7 +69,6 @@ export const SelectResource = (props: PropsInterface) => {
|
||||
maskClosable={false}
|
||||
onOk={() => {
|
||||
props.onSelected(selectKeys, selectVideos);
|
||||
console.log(selectKeys, selectVideos);
|
||||
setSelectKeys([]);
|
||||
setSelectVideos([]);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user