no message
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -282,7 +282,7 @@ function handleDel(row) { | ... | @@ -282,7 +282,7 @@ function handleDel(row) { |
| 282 | 282 | ||
| 283 | function submitForm(type) { | 283 | function submitForm(type) { |
| 284 | alert(showForm.value.form?.type) | 284 | alert(showForm.value.form?.type) |
| 285 | if(showForm.value.form?.type){ | 285 | if(showForm.value.form?.type!="undefined"){ |
| 286 | const data = { | 286 | const data = { |
| 287 | ...showForm.value.form, | 287 | ...showForm.value.form, |
| 288 | type: showForm.value.form?.type.join('、') | 288 | type: showForm.value.form?.type.join('、') | ... | ... |
-
Please register or sign in to post a comment