mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
提交调整优化
This commit is contained in:
@@ -18,6 +18,11 @@ const hrbpAuditList = function(query) {
|
||||
return ajax.post('/xboe/m/course/manage/audit-pagelist', query);
|
||||
}
|
||||
|
||||
/**HRBP已审核的列表*/
|
||||
const hrbpHasAuditList = function(query) {
|
||||
return ajax.post('/xboe/m/course/manage/audit-pagelist', query);
|
||||
}
|
||||
|
||||
/**
|
||||
* hrbp审核提交
|
||||
* @param {Object} data
|
||||
|
||||
Reference in New Issue
Block a user