Merge branch 'zcwy_0806_paihangb' into dev0515

This commit is contained in:
zhangsir
2024-10-30 17:27:04 +08:00

View File

@@ -100,7 +100,7 @@ export default {
})
},
addTeacher() {
addTeacher({pageNo: 1, pageSize: 10, userNo: this.form.teacherNo}).then(res => {
addTeacher({pageNo: 1, pageSize: 10, keyword: this.form.teacherNo}).then(res => {
this.getProgress(res.data[0].id)
})
},