🐞 fix(售后详情):根据状态显示售后商品
This commit is contained in:
parent
7b79db34fc
commit
457d109d37
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user