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