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("删除成功");