07f9007a by yzj

no message

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