3176fdd4 by chentao

no message

1 parent 55e112d6
......@@ -186,7 +186,7 @@ function determineStatus(val) {
const findIndex = (showForm.value?.form?.type || []).findIndex(i => i == val)
console.log(findIndex);
return findIndex > -1
return true;
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!