Browse Source

取件单添加从运单号获取详情api

Hello小健 1 week ago
parent
commit
b1b35ae131
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/pickup/waybillPickUpOrder.vue

+ 1 - 1
src/pages/pickup/waybillPickUpOrder.vue

@@ -413,7 +413,7 @@ onMounted(() => {
 })
 onNavigationBarButtonTap(async (event) => {
   if (event.index === 0) {
-    const res = await getPickUpByWaybillNo('123456')
+    const res = await getPickUpByWaybillNo('YTSEA2412080001GB01')
 
     console.log('res---', res)