mirror of
https://github.com/PlayEdu/backend
synced 2025-06-21 14:22:47 +08:00
资源课件编辑组件
This commit is contained in:
parent
3ca314112a
commit
ea176bdf76
@ -74,9 +74,6 @@ export const CoursewareUpdateDialog: React.FC<PropInterface> = ({
|
||||
};
|
||||
|
||||
const onFinish = (values: any) => {
|
||||
if (loading) {
|
||||
return;
|
||||
}
|
||||
setLoading(true);
|
||||
if (Array.isArray(values.category_id)) {
|
||||
values.category_id = values.category_id[0];
|
||||
|
Loading…
x
Reference in New Issue
Block a user