src/views/salesManagement/returnOrder/components/formDia.vue
@@ -419,8 +419,8 @@ // If backend returns project info, set it if (res.data.projectId) form.value.projectId = res.data.projectId; availableProducts.value = res.data.shippingProductVoList || []; // Store available products for selection availableProducts.value = res.data.productDtoData || []; if (clearTable) tableData.value = []; } };