mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
案例年份
This commit is contained in:
@@ -179,6 +179,13 @@ const startReadTimer = (caseRecommendId) => ajax.get(`/xboe/m/boe/cases/recomm
|
||||
*/
|
||||
const endReadTimer = (data)=> ajax.postJson('/xboe/m/boe/cases/recommend/recordBrowseDuration',data)
|
||||
|
||||
/**年份查询
|
||||
*
|
||||
*/
|
||||
const caseYears = function (query = {}) {
|
||||
return ajax.post('/xboe/m/boe/cases/caseYears', query);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -203,5 +210,6 @@ export default {
|
||||
exportCases,
|
||||
exports,
|
||||
startReadTimer,
|
||||
endReadTimer
|
||||
endReadTimer,
|
||||
caseYears
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user