|
@@ -344,7 +344,6 @@ const getCourse = () => {
|
|
|
.then((res: any) => {
|
|
.then((res: any) => {
|
|
|
let data = res.data.data.records[0]
|
|
let data = res.data.data.records[0]
|
|
|
Object.assign(dataForm, {...data})
|
|
Object.assign(dataForm, {...data})
|
|
|
- processCourses()
|
|
|
|
|
getNewCourseInfo(dataForm)
|
|
getNewCourseInfo(dataForm)
|
|
|
})
|
|
})
|
|
|
.catch((err: any) => {
|
|
.catch((err: any) => {
|