From d37d5a268555d0fb09719a8631bdbd0bad2318f8 Mon Sep 17 00:00:00 2001
From: hwh <332078369@qq.com>
Date: 星期四, 19 九月 2024 11:11:14 +0800
Subject: [PATCH] 工作台绑定结束工位

---
 Web/src/views/device/deviceInfo/index.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Web/src/views/device/deviceInfo/index.vue b/Web/src/views/device/deviceInfo/index.vue
index cac9429..14fe6f2 100644
--- a/Web/src/views/device/deviceInfo/index.vue
+++ b/Web/src/views/device/deviceInfo/index.vue
@@ -100,6 +100,7 @@
 			if (foundCell) {
 				//淇敼楂樺害
 				foundCell.BoxHeight = s.boxHeight;
+				foundCell.EndLocat = s.endLocat;
 			}
 		}
 		else if (s.type == 1) {
@@ -166,6 +167,7 @@
 	debugger;
 	const foundCell = cellsDataLine.value.find(cell => cell.Code === data.stationNum);
 	if (foundCell) {
+		foundCell.EndLocat = data.endLocat;
 		const startHeight = foundCell.BoxHeight;
 		const targetHeight = data.boxHeight;
 		const duration = 1000; // 鍔ㄧ敾鎸佺画鏃堕棿锛堟绉掞級

--
Gitblit v1.8.0