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