This commit is contained in:
cwchen 2025-09-30 15:31:53 +08:00
parent 7f0c1146ee
commit 0e95fa08bc
1 changed files with 1 additions and 1 deletions

View File

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