瀏覽代碼

Merge branch '订单挂起' into 测试

lxf 1 年之前
父節點
當前提交
44e3375b71
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/group/order/management/index.vue

+ 1 - 1
src/views/group/order/management/index.vue

@@ -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();
       });