From 9203a43facf5fd967aaafcfc41541a9f4565869a Mon Sep 17 00:00:00 2001
From: li-guang <153605324@qq.com>
Date: Thu, 07 Jan 2021 11:29:28 +0800
Subject: [PATCH] Merge branch 'master' of https://gitee.com/jyyforjava/hive-app
---
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