From 6cc8a44f0d321d77fc8d7b908ae7e0c55d53a919 Mon Sep 17 00:00:00 2001
From: clll <1320612696@qq.com>
Date: 星期四, 07 九月 2023 17:07:03 +0800
Subject: [PATCH] 更新代码
---
CanadaMes-ui/src/api/home.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/CanadaMes-ui/src/api/home.js b/CanadaMes-ui/src/api/home.js
index b63aef2..7d62fb2 100644
--- a/CanadaMes-ui/src/api/home.js
+++ b/CanadaMes-ui/src/api/home.js
@@ -42,3 +42,11 @@
data :""
})
}
+
+export function UpdateTask(types,shelf_rack) {
+ return request({
+ url: '/home/UpdateTask?types=' + types + '&shelf_rack'+shelf_rack,
+ method: 'get',
+ data :""
+ })
+}
--
Gitblit v1.8.0