dee1ae49 by chentao

no message

1 parent cee7dae9
......@@ -286,7 +286,7 @@ function submitForm(type) {
...showForm.value.form,
type: ''
}
if(showForm.value.form?.type!=='undefined'){
if(showForm.value.form?.type!==undefined){
alert('b');
data.type = showForm.value.form?.type.join('、')
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!