部门选择

This commit is contained in:
liuye
2023-01-04 14:11:52 +08:00
parent 1b40e7408b
commit d170312ce2
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
})