We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e26932 commit 3f585feCopy full SHA for 3f585fe
src/views/groupUser/userList/index.vue
@@ -102,7 +102,7 @@ export default {
102
},
103
methods: {
104
handleClick(tab, event) {
105
- if (tab.index === 0) {
+ if (tab.index === '0') {
106
this.transParams.nickname = ''
107
this.tabIndex = tab.index
108
this.getTableData()
@@ -114,7 +114,7 @@ export default {
114
115
// 搜索框查询
116
onInput(e) {
117
- if (this.tabIndex === 0) {
+ if (this.tabIndex === '0') {
118
this.transParams.nickname = e
119
120
} else {
@@ -124,7 +124,7 @@ export default {
124
125
126
search() {
127
128
129
130
this.getNoMenu()
0 commit comments