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;