From 19cfe662628f741d8bcb783743c504619472dca5 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 28 Apr 2023 16:31:29 +0800 Subject: [PATCH] test --- src/mods/conv/score/AppIntegralApply/add.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,