|
@@ -245,7 +245,7 @@ export const useDataDetailList = () => {
|
|
|
coursewareDetailController = new AbortController()
|
|
|
if (!isSearch) loading.value = true
|
|
|
searchLoading.value = true
|
|
|
- httpAjax(getLessonCoursewareCourseList_gym, { id, search, abortController: coursewareDetailController }).then(res => {
|
|
|
+ httpAjax(getLessonCoursewareCourseList_gym, { id, data: { search }, abortController: coursewareDetailController }).then(res => {
|
|
|
if (!isSearch) loading.value = false
|
|
|
searchLoading.value = false
|
|
|
if (res.code === 200) {
|