no message
Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -281,7 +281,7 @@ function handleDel(row) { | ... | @@ -281,7 +281,7 @@ function handleDel(row) { |
| 281 | } | 281 | } |
| 282 | 282 | ||
| 283 | function submitForm(type) { | 283 | function submitForm(type) { |
| 284 | 284 | if(showForm.value.form?.type) | |
| 285 | const data = { | 285 | const data = { |
| 286 | ...showForm.value.form, | 286 | ...showForm.value.form, |
| 287 | type: showForm.value.form?.type.join('、') | 287 | type: showForm.value.form?.type.join('、') |
| ... | @@ -293,6 +293,7 @@ function submitForm(type) { | ... | @@ -293,6 +293,7 @@ function submitForm(type) { |
| 293 | getList() | 293 | getList() |
| 294 | showForm.value.open = false | 294 | showForm.value.open = false |
| 295 | }) | 295 | }) |
| 296 | } | ||
| 296 | } | 297 | } |
| 297 | 298 | ||
| 298 | function closeDialog() { | 299 | function closeDialog() { | ... | ... |
-
Please register or sign in to post a comment