教师管理修改

This commit is contained in:
zhaofang
2022-06-06 15:27:22 +08:00
parent 9757600296
commit 1e0b60798d
3 changed files with 22 additions and 12 deletions

View File

@@ -108,7 +108,7 @@ const save = function(data) {
* @param {teacherId->sysId : 原系统的id,接口返回} sysId
*/
const updateSysId = function(id,sysId) {
return ajax.postJson('/xboe/teacher/update-sysid',{id,sysId});
return ajax.post('/xboe/teacher/update-sysid',{id,sysId});
}