From f45ecbdc8381f447ca373b7ddf410a87a70271dd Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Thu, 5 Sep 2024 18:45:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=99=E5=AE=B6=E6=BB=A9=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=8A=A0=E5=85=A5=E5=8F=82customerId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/communityParty/heart/heartFinish.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/communityParty/heart/heartFinish.vue b/src/views/modules/communityParty/heart/heartFinish.vue index bdf0a988b..748598ed8 100644 --- a/src/views/modules/communityParty/heart/heartFinish.vue +++ b/src/views/modules/communityParty/heart/heartFinish.vue @@ -273,8 +273,8 @@ export default { async finishAct (userList) { let url = "/heart/work/act/finish" + this.formData.customerId = localStorage.getItem("customerId"); // let url = "http://yapi.elinkservice.cn/mock/245/heart/work/act/finish" - let params = { userList: userList, ...this.formData