From 477b4071ccf45b6d15280d37a4a002307aa2271c Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期四, 07 九月 2023 17:11:09 +0800
Subject: [PATCH] Merge branch 'master' of ssh://10.153.19.150:29418/CanadaMes
---
CanadaMes-ui/src/api/home.js | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/CanadaMes-ui/src/api/home.js b/CanadaMes-ui/src/api/home.js
index 7d62fb2..0f4e344 100644
--- a/CanadaMes-ui/src/api/home.js
+++ b/CanadaMes-ui/src/api/home.js
@@ -43,9 +43,17 @@
})
}
-export function UpdateTask(types,shelf_rack) {
+export function UpdateTask(types,shelfrack) {
return request({
- url: '/home/UpdateTask?types=' + types + '&shelf_rack'+shelf_rack,
+ 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