BUG 28233
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user