From f0fe273eb5567002615a79ab82557593b3a8dd03 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 14 Jul 2026 09:10:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=AE=A2=E6=88=B7=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=8E=A5=E5=8F=A3=E8=B0=83=E7=94=A8=E9=94=99?= =?UTF-8?q?=E8=AF=AF=EF=BC=8C=E8=AF=AF=E7=94=A8=E9=87=87=E8=B4=AD=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E5=88=A0=E9=99=A4=E6=8E=A5=E5=8F=A3=EF=BC=8C=E5=B9=B6?= =?UTF-8?q?=E8=A1=A5=E5=85=85=E5=88=A0=E9=99=A4=E5=90=8E=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- src/views/sam/customer.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/sam/customer.vue b/src/views/sam/customer.vue index 2340760c..3b4c6bcb 100644 --- a/src/views/sam/customer.vue +++ b/src/views/sam/customer.vue @@ -121,8 +121,9 @@ this.$confirm(`确定删除吗?`, "提示", { type: "warning", }).then(() => { - this.$API.pum.order.delete.req(row.id).then((res) => { + this.$API.sam.customer.delete.req(row.id).then((res) => { this.$message.success("删除成功"); + this.$refs.table.refresh(); return res; }).catch((err) => { return err;