This commit is contained in:
liuye
2023-04-28 16:31:29 +08:00
parent d90217a137
commit 19cfe66262

View File

@@ -122,7 +122,7 @@ export default {
.post(`/app/appvillagerintegraldeclare/addOrUpdate`, { .post(`/app/appvillagerintegraldeclare/addOrUpdate`, {
name: this.user.realName, name: this.user.realName,
residentPhone: this.forms.phone, residentPhone: this.forms.phone,
// applyIntegralType: this.forms.applyIntegralTypeValue, applyIntegralType: this.forms.applyIntegralTypeValue,
description: this.forms.content, description: this.forms.content,
applyFiles: imgs || [], applyFiles: imgs || [],
residentId: this.user.residentId, residentId: this.user.residentId,