From 831cfa4c439c6d073d706a82d2a439f8b1818498 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 18 十一月 2025 16:59:50 +0800
Subject: [PATCH] Merge branch 'new' of http://www.beijingsoft.cn:9090/r/smart-web into new

---
 src/views/home/widgets/components/mdcEquipmentRun.vue |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/src/views/home/widgets/components/mdcEquipmentRun.vue b/src/views/home/widgets/components/mdcEquipmentRun.vue
index f75efbb..0cdf4a5 100644
--- a/src/views/home/widgets/components/mdcEquipmentRun.vue
+++ b/src/views/home/widgets/components/mdcEquipmentRun.vue
@@ -1,8 +1,8 @@
 <!--
  * @Author: lzhe lzhe@example.com
  * @Date: 2024-04-16 15:22:46
- * @LastEditors: lzhe lzhe@example.com
- * @LastEditTime: 2024-06-24 22:33:49
+ * @LastEditors: 鏉庡枂(寮�鍙戠粍) lzhe@yxqiche.com
+ * @LastEditTime: 2025-11-18 12:36:09
  * @FilePath: /CPSnew/smart-web/src/views/home/widgets/components/mdcDeviceStatus.vue
  * @Description: 杩欐槸榛樿璁剧疆,璇疯缃甡customMade`, 鎵撳紑koroFileHeader鏌ョ湅閰嶇疆 杩涜璁剧疆: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 -->
@@ -199,6 +199,11 @@
 						this.data = this.formatData(data)
 						this.$nextTick(() => {
 							this.parentData = this.data;
+							var ids = this.extractLastLevelIds(this.parentData); 
+							this.selectedIds = ids;
+							this.search.workStationIdList = ids;
+							this.search.top = 5;  //24灏忔椂鍐呭墠5鍚�
+							this.search.timeLevel = 24;  //24灏忔椂鍐呭墠5鍚�
 							this.getList();
 						})
 					}
@@ -230,7 +235,7 @@
 					top: 7,
 					workStationIdList: ids
 				}
-				this.$HTTP.post(`/api/blade-visual/status/oee-top`,obj).then(res=> {
+				this.$HTTP.post(`/api/blade-visual/status/oee-top`,this.search).then(res=> {
 					if(res.code == 200) {
 						var recordDom = document.getElementById('equipment');
 						this.option.yAxis.data = res.data.categories;

--
Gitblit v1.9.3