e4ed9183 by chentao

no message

1 parent 45044677
...@@ -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{
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!