bug
This commit is contained in:
@@ -177,6 +177,10 @@ export default {
|
||||
return idNumber
|
||||
},
|
||||
showUserType(item) {
|
||||
this.type = item.dictValue
|
||||
this.current = 1
|
||||
this.userList = []
|
||||
this.getUserList()
|
||||
// if(this.userList[index].check) {
|
||||
// this.userList[index].check = false
|
||||
// }else {
|
||||
@@ -185,11 +189,6 @@ export default {
|
||||
// })
|
||||
// this.userList[index].check = true
|
||||
// }
|
||||
this.type = item.dictValue
|
||||
this.current = 1
|
||||
this.userList = []
|
||||
this.getUserList()
|
||||
|
||||
},
|
||||
toEdit(row,index) {
|
||||
uni.navigateTo({
|
||||
|
||||
Reference in New Issue
Block a user