Merge branch 'zcwy_0822_case' into dev0515

# Conflicts:
#	src/views/lecturer/TwoCoaching.vue
This commit is contained in:
zhangsir
2024-11-04 15:30:12 +08:00
4 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 362 KiB

After

Width:  |  Height:  |  Size: 69 KiB

View File

@@ -118,7 +118,7 @@ export default {
}
&::after {
content: '认证讲师库(2023)';
content: '认证讲师库';
position: absolute;
bottom: 25px;
left: 180px;

View File

@@ -22,7 +22,7 @@ export default {
},
methods:{
getTeacherList() {
addTeacher({pageNo:1,pageSize:100,keyword:''}).then(res=>{
addTeacher({pageNo:1,pageSize:20,keyword:''}).then(res=>{
this.options = res.data.map(item => {
return { value: item.realName, label: item.realName };
});

View File

@@ -25,7 +25,7 @@ export default {
},
methods:{
getTeacherList() {
addTeacher({pageNo:1,pageSize:100,userNo:''}).then(res=>{
addTeacher({pageNo:1,pageSize:20,keyword:''}).then(res=>{
this.options = res.data.map(item => {
return { value: item.realName, label: item.realName };
});