From 54d11f9a2f395e021486e6a31912616274b3feda Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期一, 08 九月 2025 11:55:10 +0800 Subject: [PATCH] 车间智慧看板页面新增定时刷新功能 --- src/api/signage.js | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/api/signage.js b/src/api/signage.js new file mode 100644 index 0000000..a49c10c --- /dev/null +++ b/src/api/signage.js @@ -0,0 +1,14 @@ +import { getAction, deleteAction, putAction, postAction, httpAction } from '@/api/manage' + +export default { + // 鑾峰彇鏁堢巼鏁版嵁 + getEfficiencyDataApi: () => getAction('/outer/bigScreen/findDataByLastWeek'), + // 鑾峰彇鍏ㄥ巶鎶ヨ淇℃伅 + getWorkshopAlarmInfoApi: () => getAction('/outer/bigScreen/findAlarmInfo'), + // 鑾峰彇鍏ㄥ巶褰撳墠璁惧鐘舵�� + getWorkshopEquipmentStatusApi: () => getAction('/outer/bigScreen/findAllEquipmentStatus'), + // 鑾峰彇褰撳墠璁惧鐘舵��(璁惧甯冨眬鍥�) + getEquipmentStatusApi: () => getAction('/outer/bigScreen/findEquipmentStatus'), + // 鑾峰彇鍓嶄竷澶╁埄鐢ㄧ巼鎺掑悕 + getUtilizationRateRankApi: () => getAction('/outer/bigScreen/findDataRankingByLastWeek') +} \ No newline at end of file -- Gitblit v1.9.3