diff --git a/src/pages/refundMoneyDetail/index.tsx b/src/pages/refundMoneyDetail/index.tsx index f8867a8..76c66d9 100644 --- a/src/pages/refundMoneyDetail/index.tsx +++ b/src/pages/refundMoneyDetail/index.tsx @@ -69,7 +69,7 @@ export default () => { //分辨用质检中还是质检前的数组 const productList = useMemo(() => { - if (DeatailObj?.stage == 0 || DeatailObj?.type == 3) { + if (DeatailObj?.stage == 0 || DeatailObj?.type == 3 || DeatailObj?.type == 2) { return DeatailObj?.product_list } else { return DeatailObj?.quality_check_pass_product