From 0e95fa08bc251736fb76c894054cf66add61bb56 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Tue, 30 Sep 2025 15:31:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 66b0b2c..d9b047a 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -126,7 +126,7 @@ export default { this.$modal.confirm(`是否确认删除此数据项?`).then(() => { // 显示加载遮罩 this.$modal.loading("正在删除,请稍候..."); - delUser({ id: row.id }).then(res => { + delUser({ userId: row.userId }).then(res => { this.$modal.closeLoading(); if (res.code === 200) { this.$modal.msgSuccess("删除成功");