From ee84c191faa2c235703eaa8cdc765729bed71a4f Mon Sep 17 00:00:00 2001
From: clll <1320612696@qq.com>
Date: 星期三, 06 九月 2023 17:37:46 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.150:10101/r/CanadaMes

---
 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