This commit is contained in:
wanglei
2022-02-11 10:46:27 +08:00
parent 3b7332a998
commit f00afba94a
2 changed files with 15 additions and 5 deletions

View File

@@ -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({