Merge branch 'dai-master'

This commit is contained in:
BOE\10867418
2023-04-11 09:46:13 +08:00
12 changed files with 156 additions and 174 deletions

View File

@@ -81,7 +81,6 @@
<script>
import studyItem from '@/components/Course/studyItem.vue';
import apiBoeCourse from '@/api/boe/course.js';
import apiManage from '@/api/manage/manage.js'
import { getToken } from '@/utils/token'
import {formatsec} from '@/utils/datetime.js'
@@ -108,32 +107,7 @@ export default {
keyword:'',
formatsec,
couresList:[],
total: 0,
options: [
{
label: '微课',
value: 1
},
{
label: '在线课',
value: 2,
children: [
{
label: '录播课',
value: 1
},
{
label: '直播课',
value: 1
}
]
},
{
label: '面授课',
value: 3
}
],
total: 0
};
},
mounted() {
@@ -194,18 +168,6 @@ export default {
}).catch(()=>{
this.loading=false;
})
// apiBoeCourse.cmtaskList(params).then(res=>{
// if(res.status==200){
// this.total = res.result.count
// this.couresList = res.result.list;
// }else{
// this.$message.error('查询数据失败:'+res.message);
// }
// this.loading=false;
// }).catch(()=>{
// this.loading=false;
// })
},
search(){
this.page=1;