BUG 28233
This commit is contained in:
@@ -77,11 +77,12 @@ export default {
|
||||
selectUser: {},
|
||||
}
|
||||
},
|
||||
computed: {},
|
||||
watch: {},
|
||||
onLoad() {
|
||||
this.getTypeList()
|
||||
},
|
||||
onShow() {
|
||||
document.title = "选择对象"
|
||||
},
|
||||
methods: {
|
||||
userClick(row, index) {
|
||||
if (this.userList[index].isChecked) {
|
||||
|
||||
Reference in New Issue
Block a user