diff --git a/src/mods/conv/score/AppIntegralApply/add.vue b/src/mods/conv/score/AppIntegralApply/add.vue index e38c413..68a2064 100644 --- a/src/mods/conv/score/AppIntegralApply/add.vue +++ b/src/mods/conv/score/AppIntegralApply/add.vue @@ -122,7 +122,7 @@ export default { .post(`/app/appvillagerintegraldeclare/addOrUpdate`, { name: this.user.realName, residentPhone: this.forms.phone, - // applyIntegralType: this.forms.applyIntegralTypeValue, + applyIntegralType: this.forms.applyIntegralTypeValue, description: this.forms.content, applyFiles: imgs || [], residentId: this.user.residentId,