Commit e72b062a authored by 黄奎's avatar 黄奎

页面修改

parent ff3d5472
...@@ -133,7 +133,7 @@ export function queryStudentVisit(data) { ...@@ -133,7 +133,7 @@ export function queryStudentVisit(data) {
method: 'post', method: 'post',
data data
}) })
} }
/** /**
* 跟进编号删除学员到访信息 * 跟进编号删除学员到访信息
...@@ -145,4 +145,16 @@ export function deleteStudentVisit(data) { ...@@ -145,4 +145,16 @@ export function deleteStudentVisit(data) {
method: 'post', method: 'post',
data data
}) })
} }
\ No newline at end of file
/**
* 获取学员日志分页列表
* @param {JSON参数} data
*/
export function deleteStudentVisit(data) {
return request({
url: '/CustomerStudent/GetStudentLogPage',
method: 'post',
data
})
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment