Browse Source

政策依据

feature/welfareImport
jiangyy 3 years ago
parent
commit
d004cf2ef7
  1. 9
      src/views/modules/communityService/dqfwzx/cpts/edit.vue
  2. 2
      src/views/modules/communityService/fuwujilu/detailForm.vue

9
src/views/modules/communityService/dqfwzx/cpts/edit.vue

@ -523,6 +523,15 @@ export default {
this.dataForm = { ...this.dataForm, ...row };
this.partyServiceCenterId = this.dataForm.partyServiceCenterId;
this.dataForm.matterList.forEach(element => {
if (element.customDay) {
element.customList = element.customDay.split(',')
} else {
element.customList = []
}
});
} else {
this.dataForm.latitude = latitude
this.dataForm.longitude = longitude

2
src/views/modules/communityService/fuwujilu/detailForm.vue

@ -21,7 +21,7 @@
<div class="info-prop">
<span class="info-title-2">政策依据</span>
<span>{{ formData.policyName||'--' }}</span>
<span>{{ formData.policyTitle||'--' }}</span>
<el-button v-if="formData.policyId"
style="margin-left: 10px"
type="primary"

Loading…
Cancel
Save