NEZ-1352 fix: 修改部分底部弹窗 漏传参数的问题

This commit is contained in:
zhangyu
2021-11-25 14:39:45 +08:00
parent 59cab9b687
commit 0e35349926
10 changed files with 40 additions and 27 deletions

View File

@@ -132,6 +132,12 @@ export default {
setTimeout(() => {
this.searchInputShow = true
}, 100)
},
targetTab (n) {
this.searchInputShow = false
setTimeout(() => {
this.searchInputShow = true
}, 100)
}
},
methods: {