Parcourir la source

Merge branch '订单挂起' into 测试

lxf il y a 1 an
Parent
commit
44e3375b71
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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();
       });