fix: error when no step
This commit is contained in:
parent
0eaa36b204
commit
3bc941dd25
1 changed files with 2 additions and 2 deletions
|
|
@ -424,9 +424,9 @@ async function triggerViewFile(opt: {
|
|||
<!-- product -->
|
||||
<template
|
||||
v-for="(value, index) in workList?.filter((v) =>
|
||||
v.productService.work?.attributes.workflowStep[
|
||||
v.productService.work?.attributes.workflowStep?.[
|
||||
pageState.currentStep - 1
|
||||
].productsId.includes(v.productService.productId),
|
||||
]?.productsId.includes(v.productService.productId),
|
||||
)"
|
||||
:key="value"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue