소스 검색

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