From 499dcfb0263b1e77c5f22af0e55f84b37425084f Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 8 Apr 2022 21:21:18 +0800 Subject: [PATCH] BUG 28997 --- project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue b/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue index 4ca28eb3..30bfffad 100644 --- a/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue +++ b/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue @@ -29,7 +29,8 @@ 功能分配 - 删除 + 删除 + @@ -235,7 +236,7 @@ export default { }, handleDelete(ids) { this.$confirm("是否要删除该账号?").then(() => { - this.instance.post("/user/delete", null, { + this.instance.post("/user/del", null, { params: {ids} }).then(res => { if (res?.code == 0) {