diff --git a/WebRoot/view/ywgl/xswh/turn_apply_list.html b/WebRoot/view/ywgl/xswh/turn_apply_list.html index 67cdc525..da55f0d9 100644 --- a/WebRoot/view/ywgl/xswh/turn_apply_list.html +++ b/WebRoot/view/ywgl/xswh/turn_apply_list.html @@ -93,7 +93,7 @@ function tableRender() { table.render({ elem: '#data-table', - url: '/QingLong/teacherYd/getTeacherTransferApplyList', + url: '/QingLong/studentYd/getStudentTransferApplyList', where: { person_name: $("#personName").val() }, @@ -135,7 +135,7 @@ title: '提示' }, function (index) { $.ajax({ - url: "/QingLong/teacherYd/deleteTransferInfoById", + url: "/QingLong/studentYd/deleteTransferInfoById", data: { "id": obj.data.id },