From 45fb4b11ad51bb38306765b11a6747402e382cee Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Sat, 20 Feb 2021 17:37:33 +0800
Subject: [PATCH] fix

---
 hive-app/components/ld-select/ld-select.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/hive-app/components/ld-select/ld-select.vue b/hive-app/components/ld-select/ld-select.vue
index a2a5218..4a97eae 100644
--- a/hive-app/components/ld-select/ld-select.vue
+++ b/hive-app/components/ld-select/ld-select.vue
@@ -111,7 +111,9 @@
 								let val_val = this.getValueKeyValue(temp)
 								return item == val_val
 							})
-							chooseAttr.push(choose)
+							if(choose){
+								chooseAttr.push(choose)
+							}
 						})
 						let values = chooseAttr.map(temp => this.getListKeyValue(temp)).join(',')
 						return values

--
Gitblit v1.9.1