Explorar el Código

fix: 分库分表修改订单拼团列表入参

liangan hace 1 mes
padre
commit
a991e1cfdd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/pages/myOrders/orderDetail.vue

+ 1 - 1
src/pages/myOrders/orderDetail.vue

@@ -134,7 +134,7 @@ async function getDetail() {
 const pinkList = ref<any>([])
 async function getPink() {
   try {
-    const res = await orderPink({ id: detail.value?.storePink?.id })
+    const res = await orderPink({ orderNo: orderNo.value })
     if (res.code === '200') {
       pinkList.value = res.data
     }