hurx hai 10 horas
pai
achega
2a7f7402ed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/order/orderManage/logisticsDetail.vue

+ 1 - 1
src/views/order/orderManage/logisticsDetail.vue

@@ -115,7 +115,7 @@ const handleLogisticNoChange = async (logisticNo: string) => {
 
   try {
     if (selected) {
-      const res = await queryTrack({ logisticNo: logisticNo });
+      const res = await queryTrack({ logisticNo: logisticNo, id: selected.id });
       // 1. 兼容处理:有些接口返回在 res.data,有些可能直接是 res
       const dataList = res.data || [];
       if (Array.isArray(dataList) && dataList.length > 0) {