|
@@ -83,7 +83,8 @@ const search = async () => {
|
|
if (res.errcode == '0') communityList.value = res.data;
|
|
if (res.errcode == '0') communityList.value = res.data;
|
|
if (info.role == 'sqry') {
|
|
if (info.role == 'sqry') {
|
|
fields.value.push({ label: '所属社区', model: 'community', type: 'select' });
|
|
fields.value.push({ label: '所属社区', model: 'community', type: 'select' });
|
|
- } else if (info.role != 'cs') {
|
|
|
|
|
|
+ }
|
|
|
|
+ if (info.role != 'cs') {
|
|
fields.value.push({ label: '所属街道', model: 'street', type: 'select' });
|
|
fields.value.push({ label: '所属街道', model: 'street', type: 'select' });
|
|
}
|
|
}
|
|
}
|
|
}
|