From a12423474cd5384898fb91dba49dea23931f7b9a Mon Sep 17 00:00:00 2001 From: 邱宇豪 <qyh123230312> Date: 星期四, 26 十月 2023 11:34:09 +0800 Subject: [PATCH] 20231026_qiuyh_调整磨具监测 --- web/src/api/modules/ductpiecePLM.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/web/src/api/modules/ductpiecePLM.js b/web/src/api/modules/ductpiecePLM.js index 3e1f009..e67479f 100644 --- a/web/src/api/modules/ductpiecePLM.js +++ b/web/src/api/modules/ductpiecePLM.js @@ -56,6 +56,13 @@ // 获取全部钢筋笼与模具信息 getAllSteelPipeData: (params) => axios.post('/m/steelProduce/ModSteelPullDown', params), + + + /** + * agv监控 + */ + searchAgvLists: (params) => + axios.post('/screen/pl/agv', params), /** * 水养模块接口 -- Gitblit v1.9.3