no message
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -186,7 +186,7 @@ function determineStatus(val) { | ... | @@ -186,7 +186,7 @@ function determineStatus(val) { |
| 186 | 186 | ||
| 187 | const findIndex = (showForm.value?.form?.type || []).findIndex(i => i == val) | 187 | const findIndex = (showForm.value?.form?.type || []).findIndex(i => i == val) |
| 188 | console.log(findIndex); | 188 | console.log(findIndex); |
| 189 | return findIndex > -1 | 189 | return true; |
| 190 | } | 190 | } |
| 191 | 191 | ||
| 192 | 192 | ... | ... |
-
Please register or sign in to post a comment