部门选择
This commit is contained in:
@@ -75,7 +75,7 @@ export default {
|
||||
})
|
||||
},
|
||||
checkClick(index) {
|
||||
if (this.isSingle) {
|
||||
if (this.isSingle && this.isRequire == 1) {
|
||||
this.list.map((e, i) => {
|
||||
e.isCheck = i == index;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user