mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 00:06:47 +08:00
外部授课静态页细节修改
This commit is contained in:
@@ -629,13 +629,13 @@ export default {
|
||||
const getteacherrecordstableData = () => {
|
||||
state.teacherrecordsLoading = true
|
||||
state.loading = true;
|
||||
// let ids={id: state.lookTeacherId ,pageNo: "1", pageSize: "10" }
|
||||
let ids =
|
||||
{
|
||||
id: "965341999643234304",
|
||||
pageNo: "1",
|
||||
pageSize: "10"
|
||||
}
|
||||
let ids={id: state.lookTeacherId ,pageNo: "1", pageSize: "10" }
|
||||
// let ids =
|
||||
// {
|
||||
// id: "965341999643234304",
|
||||
// pageNo: "1",
|
||||
// pageSize: "10"
|
||||
// }
|
||||
// api接口
|
||||
getOuterTeacherCourseList(ids).then((res) => {
|
||||
teacherrecordstableData.value = res.data.data
|
||||
|
||||
Reference in New Issue
Block a user