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: {}, selectUser: {},
} }
}, },
computed: {},
watch: {},
onLoad() { onLoad() {
this.getTypeList() this.getTypeList()
}, },
onShow() {
document.title = "选择对象"
},
methods: { methods: {
userClick(row, index) { userClick(row, index) {
if (this.userList[index].isChecked) { if (this.userList[index].isChecked) {