|
@@ -564,7 +564,7 @@ const clickHangUp = (row) => {
|
|
|
type: "warning",
|
|
|
})
|
|
|
.then(() => {
|
|
|
- proxy.post("/orderInfo/updateSuspendStatus", { id: row.id }).then(() => {
|
|
|
+ proxy.post("/orderInfo/suspendOrder", { id: row.id }).then(() => {
|
|
|
ElMessage({ message: "操作成功", type: "success" });
|
|
|
getList();
|
|
|
});
|