zhgdyun/src/assets/js/api/largeScreen.js
2023-07-05 19:19:19 +08:00

19 lines
937 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* api接口统一管理 大屏显示器
*/
import {post,get} from '../http'
export const getLEDList = data => get('xmgl/led/ledBigScreen/queryDetail', data);
export const saveLEDList = data => post('xmgl/led/ledBigScreen/saveDetail', data);
export const getWorkList = data => post('xmgl/workerInfo/countWorkerNumGroupByWorkerType', data);
export const getClassGroupList = data => post('xmgl/workerInfo/selectWorkerTeamStatistics', data);
export const getChockingList = data => post('xmgl/workerInfo/selectPersonTypeAndEduStatistics', data);
// 查询接口xmgl/led/ledBigScreen/queryDetail get
// 保存接口xmgl/led/ledBigScreen/saveDetail post
// 工种xmgl/projectOperationsAnalysis/getAnalysisByTypeOfWork参数projectSnpost
// 班组xmgl/workerInfo/selectWorkerTeamStatistics参数projectSn post
// 考勤xmgl/workerInfo/selectPersonTypeAndEduStatistics参数projectSnpost