feat: code style

pull/3/head
xingyuv 2023-03-24 13:00:57 +08:00
parent a2f79279c0
commit af3f998374
2 changed files with 1 additions and 5 deletions

View File

@ -31,8 +31,6 @@ async function handleSubmit() {
values.result = res
setFieldsValue({ ...values })
}
// closeModal()
// emit('success')
} finally {
setModalProps({ confirmLoading: false })
}

View File

@ -40,8 +40,6 @@ async function getList() {
}
function handleCreate() {
openModal(true, {
isUpdate: false
})
openModal(true, { isUpdate: false })
}
</script>