userNo修改参数

This commit is contained in:
zhangsir
2024-10-30 15:20:01 +08:00
parent 4649580e6a
commit b386681aab

View File

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