NEZ-1352 fix: 修改部分底部弹窗 漏传参数的问题
This commit is contained in:
@@ -132,6 +132,12 @@ export default {
|
||||
setTimeout(() => {
|
||||
this.searchInputShow = true
|
||||
}, 100)
|
||||
},
|
||||
targetTab (n) {
|
||||
this.searchInputShow = false
|
||||
setTimeout(() => {
|
||||
this.searchInputShow = true
|
||||
}, 100)
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user