chore: 删除调试信息
This commit is contained in:
@@ -329,7 +329,7 @@ const onDefaultFormSubmit = (event: FormSubmitEvent<DefaultFormSchema>) => {
|
|||||||
<UFormGroup name="input_image">
|
<UFormGroup name="input_image">
|
||||||
<ReferenceFigureSelector
|
<ReferenceFigureSelector
|
||||||
:value="defaultFormState.file"
|
:value="defaultFormState.file"
|
||||||
@update="file => {defaultFormState.file = file; console.log('recv', file)}"
|
@update="file => {defaultFormState.file = file}"
|
||||||
text="选择参考图片" text-on-select="已选择参考图"/>
|
text="选择参考图片" text-on-select="已选择参考图"/>
|
||||||
</UFormGroup>
|
</UFormGroup>
|
||||||
</OptionBlock>
|
</OptionBlock>
|
||||||
|
|||||||
Reference in New Issue
Block a user