no message
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | } | ... | ... |
-
Please register or sign in to post a comment