diff --git a/src/views/components/resiForm.vue b/src/views/components/resiForm.vue index ec8bea49..5c5f6680 100644 --- a/src/views/components/resiForm.vue +++ b/src/views/components/resiForm.vue @@ -682,6 +682,8 @@ export default { console.log('获取查询详情成功', res.data) if (res.data.isVolunteer == '1') this.form.IS_VOLUNTEER = '1' else this.form.IS_VOLUNTEER = '0' + if (res.data.isPartyMember == '1') this.form.IS_PARTY = '1' + else this.form.IS_PARTY = '0' } }) .catch(() => { diff --git a/src/views/modules/visual/communityParty/options.js b/src/views/modules/visual/communityParty/options.js index ba0ddd33..a22fd586 100644 --- a/src/views/modules/visual/communityParty/options.js +++ b/src/views/modules/visual/communityParty/options.js @@ -88,7 +88,7 @@ export function pieOption (_charts) { // formatter: '{a|{c}}\n\n{name|{b}}', formatter: '{a|{c}}\n{r|}\n{name|{b}}', minMargin: 5, - edgeDistance: 1, + edgeDistance: '10%', lineHeight: 15, color: '#fff', fontSize: 12,