From d06205a8e488c1857ff0c02cf3f59fea720688bb Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期一, 30 十月 2023 15:52:13 +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 7658487..3593c46 100644
--- a/CanadaMes-ui/src/api/home.js
+++ b/CanadaMes-ui/src/api/home.js
@@ -138,4 +138,12 @@
         method: 'post',
         data: ""
     })
+}
+
+export function UpdateQueueState() {
+    return request({
+        url: '/home/UpdateQueueState',
+        method: 'post',
+        data: ""
+    })
 }
\ No newline at end of file

--
Gitblit v1.8.0