@@ -102,6 +102,7 @@ export default {
},
computedVal() {
let result = ''
+ if (!this.value) return
const value = this.value.filter((r) => !!r)
if (Array.isArray(value) && value.length) {
if (this.hadAllValue && value.includes(this.hadAllValue)) {