e4ed9183 by chentao

no message

1 parent 45044677
......@@ -285,7 +285,7 @@ function submitForm(type) {
...showForm.value.form,
type: ''
}
if(showForm.value.form?.type===undefined){
if(showForm.value.form?.type===undefined || showForm.value.form?.type==''){
proxy.$modal.alert('搭建类型不能为空');
}
else{
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!