From 9914665c07159fc0e4b9a3c88fb2db67548da44f Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期四, 07 九月 2023 17:12:23 +0800
Subject: [PATCH] Merge branch 'master' of ssh://10.153.19.150:29418/CanadaMes

---
 CanadaMes-ui/src/api/home.js |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/CanadaMes-ui/src/api/home.js b/CanadaMes-ui/src/api/home.js
index b63aef2..0f4e344 100644
--- a/CanadaMes-ui/src/api/home.js
+++ b/CanadaMes-ui/src/api/home.js
@@ -42,3 +42,19 @@
         data :""
     })
 }
+
+export function UpdateTask(types,shelfrack) {
+    return request({
+        url: '/home/UpdateTask?types=' + types + '&shelfrack='+shelfrack,
+        method: 'get',
+        data :""
+    })
+}
+
+export function SelectAlarmmgInfo() {
+    return request({
+        url: '/home/SelectAlarmmgInfo',
+        method: 'get',
+        data :""
+    })
+}

--
Gitblit v1.8.0