BUG 28233

This commit is contained in:
aixianling
2022-03-15 16:05:04 +08:00
parent 3fb8629a21
commit 2d4820a3c4

View File

@@ -77,11 +77,12 @@ export default {
selectUser: {},
}
},
computed: {},
watch: {},
onLoad() {
this.getTypeList()
},
onShow() {
document.title = "选择对象"
},
methods: {
userClick(row, index) {
if (this.userList[index].isChecked) {