From 54678f9ffc31dc1b84f69005aae4d7e879871260 Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 10 Sep 2024 15:06:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B7=BB=E5=8A=A0wpm=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=A3=B0=E6=98=8E=EF=BC=88=E8=BD=A6=E9=97=B4=E7=9C=8B=E6=9D=BF?= =?UTF-8?q?=E7=94=A8=E5=88=B0=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/model/wpm.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/api/model/wpm.js b/src/api/model/wpm.js index bbb0c48a..fe465d05 100644 --- a/src/api/model/wpm.js +++ b/src/api/model/wpm.js @@ -417,4 +417,18 @@ export default { return await http.post("http://localhost:8080/prints/", data); }, }, + ana:{ + equipLastMlog:{ + name: "设备状态列表", + req: async function (data) { + return await http.post(`${config.API_URL}/wpm/ana/equip_last_mlog/`, data); + }, + }, + put_prod:{ + name: "统计值", + req: async function (data) { + return await http.post(`${config.API_URL}/wpm/ana/put_prod/`, data); + }, + }, + }, };