From 5a06c9a6923fde7889ac33d84de74f5e64b67bb8 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期四, 27 二月 2025 19:21:46 +0800
Subject: [PATCH] #修改 集货区绑定可流动问题修复

---
 construction-data/src/components/datav/index.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/construction-data/src/components/datav/index.vue b/construction-data/src/components/datav/index.vue
index 69a977f..0ac35a5 100644
--- a/construction-data/src/components/datav/index.vue
+++ b/construction-data/src/components/datav/index.vue
@@ -228,6 +228,10 @@
     },
     //鎷嶇伅瀹瑰櫒娴佸姩
     lightClick(item) {
+      if (item.platformId == null || item.platformId == undefined || item.platformId == '') {
+        this.$message.error('璇锋墦鍗拌鍗曟槑缁嗭紝骞堕�夋嫨鐩爣闆嗚揣鍖猴紒锛�')
+        return
+      }
       this.slapLight(item)
     },
     //璁㈠崟鍏ュ簱闆嗚揣鍖�,骞舵墦鍗板崟鎹�

--
Gitblit v1.9.1