userNo修改参数

This commit is contained in:
zhangsir
2024-10-30 17:57:56 +08:00
parent 2fc835ca8d
commit 22861dadf2
8 changed files with 10 additions and 10 deletions

View File

@@ -56,7 +56,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)
})
},