no message
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -278,7 +278,7 @@ function submitForm(type) { | ... | @@ -278,7 +278,7 @@ function submitForm(type) { |
| 278 | type: '', | 278 | type: '', |
| 279 | packId: 0 | 279 | packId: 0 |
| 280 | } | 280 | } |
| 281 | console.log(showForm.value.form.packId); | 281 | console.log(showForm.value.form); |
| 282 | if(showForm.value.form?.type===undefined || showForm.value.form?.type==''){ | 282 | if(showForm.value.form?.type===undefined || showForm.value.form?.type==''){ |
| 283 | proxy.$modal.alert('搭建类型不能为空'); | 283 | proxy.$modal.alert('搭建类型不能为空'); |
| 284 | } | 284 | } | ... | ... |
-
Please register or sign in to post a comment