Compare commits

...

2 Commits

1 changed files with 2 additions and 1 deletions

View File

@ -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;