From fc65a3a481a39684c47a07a39d6d9216d6071de9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Wed, 23 Feb 2022 14:49:07 +0800 Subject: [PATCH] 27619 --- src/mods/AppIntegralApply/AppIntegralApply.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mods/AppIntegralApply/AppIntegralApply.vue b/src/mods/AppIntegralApply/AppIntegralApply.vue index 5dc9ba3..d093235 100644 --- a/src/mods/AppIntegralApply/AppIntegralApply.vue +++ b/src/mods/AppIntegralApply/AppIntegralApply.vue @@ -102,7 +102,7 @@ export default { residentId: this.user.residentId, description: this.searchObj, applyIntegralType: this.value, - auditStatus: this.currentTab == '0' ? '' : this.currentTab == '1' ? '0' : this.currentTab == 2 ? '1|2' : '', + auditType: this.currentTab == '0' ? '' : this.currentTab == '1' ? '0' : this.currentTab == 2 ? '1|2' : '', }, }) .then((res) => {