dee1ae49 by chentao

no message

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