3176fdd4 by chentao

no message

1 parent 55e112d6
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!