BUG 28179
This commit is contained in:
@@ -82,8 +82,6 @@ export default {
|
||||
onLoad() {
|
||||
this.getTypeList()
|
||||
},
|
||||
onShow() {
|
||||
},
|
||||
methods: {
|
||||
userClick(row, index) {
|
||||
if (this.userList[index].isChecked) {
|
||||
@@ -174,6 +172,9 @@ export default {
|
||||
this.getUsers()
|
||||
},
|
||||
gotoSpecialPersion() {
|
||||
uni.$once("selectType", () => {
|
||||
this.getUsers()
|
||||
})
|
||||
uni.navigateTo({url: `/apps/AppSpecialPeople/add?appId=${this.appId}&appName=${this.applicationName}`})
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user