This commit is contained in:
OrangeM21 2020-06-17 18:37:18 +08:00
parent ea7c16bdce
commit c8bc3ff0d2

View File

@ -25,7 +25,7 @@ export default {
},
default: {
type: Object,
default: () => {}
default: null
}
},
data() {
@ -74,7 +74,8 @@ export default {
}
},
mounted() {
this.$nextTick(() => this.$emit('tagSearch', this.filterMaps))
setTimeout(() => this.$emit('tagSearch', this.filterMaps), 400)
// this.$nextTick(() => this.$emit('tagSearch', this.filterMaps))
},
methods: {
getValueLabel(key, value) {