Compare commits
2 Commits
93dbd56e88
...
02f3d3e3dd
| Author | SHA1 | Date |
|---|---|---|
|
|
02f3d3e3dd | |
|
|
f0fe273eb5 |
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue