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