样式调整
This commit is contained in:
@@ -211,9 +211,9 @@ const submitForm = async (formEl: FormInstance | undefined) => {
|
||||
}
|
||||
|
||||
const resetForm = (formEl: FormInstance | undefined) => {
|
||||
close()
|
||||
if (!formEl) return
|
||||
formEl.resetFields()
|
||||
close
|
||||
}
|
||||
|
||||
const options = Array.from({ length: 10000 }).map((_, idx) => ({
|
||||
|
||||
Reference in New Issue
Block a user