no message
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -285,7 +285,7 @@ function submitForm(type) { | ... | @@ -285,7 +285,7 @@ function submitForm(type) { |
| 285 | ...showForm.value.form, | 285 | ...showForm.value.form, |
| 286 | type: '' | 286 | type: '' |
| 287 | } | 287 | } |
| 288 | if(showForm.value.form?.type===undefined){ | 288 | if(showForm.value.form?.type===undefined || showForm.value.form?.type==''){ |
| 289 | proxy.$modal.alert('搭建类型不能为空'); | 289 | proxy.$modal.alert('搭建类型不能为空'); |
| 290 | } | 290 | } |
| 291 | else{ | 291 | else{ | ... | ... |
-
Please register or sign in to post a comment