From 3563dbf79e0477bc6ac4509226efef5ecbbf10de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Mon, 17 Jun 2024 10:18:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E5=8A=A0id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/resi.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue index bfcc7f9de..5862b473b 100644 --- a/src/views/modules/base/resi.vue +++ b/src/views/modules/base/resi.vue @@ -1079,7 +1079,7 @@ export default { async confirresi(row) { let userIds = row.resiId; this.$http - .post("/actual/base/residentCategoryUpdateInfo/unchangeSingleUpdate", userIds) + .post(`/actual/base/residentCategoryUpdateInfo/unchangeSingleUpdate/${userIds}` ) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg);