diff --git a/src/components/pages/selectDept.vue b/src/components/pages/selectDept.vue index b2a1daaa..48325299 100644 --- a/src/components/pages/selectDept.vue +++ b/src/components/pages/selectDept.vue @@ -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; }) diff --git a/src/project/qianxinan/AppResidentsType/AppResidentsType.vue b/src/project/qianxinan/AppResidentsType/AppResidentsType.vue index f589cb2a..e5cf3186 100644 --- a/src/project/qianxinan/AppResidentsType/AppResidentsType.vue +++ b/src/project/qianxinan/AppResidentsType/AppResidentsType.vue @@ -32,7 +32,7 @@ - + {{deptList[0].name}} 部门