|
@@ -70,7 +70,10 @@ export default {
|
|
flg = true
|
|
flg = true
|
|
}
|
|
}
|
|
this.tmpItem = item
|
|
this.tmpItem = item
|
|
- this.$emit('showDetil',item,flg)
|
|
|
|
|
|
+ let timer = setTimeout(() => {
|
|
|
|
+ this.$emit('showDetil',item,flg)
|
|
|
|
+ clearTimeout(timer)
|
|
|
|
+ }, 250);
|
|
// this.$emit('search', false)
|
|
// this.$emit('search', false)
|
|
},
|
|
},
|
|
search() {
|
|
search() {
|