mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-17 14:27:18 +00:00
[fix]
This commit is contained in:
parent
ea7c16bdce
commit
c8bc3ff0d2
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user