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