feat: code style
parent
a2f79279c0
commit
af3f998374
|
@ -31,8 +31,6 @@ async function handleSubmit() {
|
|||
values.result = res
|
||||
setFieldsValue({ ...values })
|
||||
}
|
||||
// closeModal()
|
||||
// emit('success')
|
||||
} finally {
|
||||
setModalProps({ confirmLoading: false })
|
||||
}
|
||||
|
|
|
@ -40,8 +40,6 @@ async function getList() {
|
|||
}
|
||||
|
||||
function handleCreate() {
|
||||
openModal(true, {
|
||||
isUpdate: false
|
||||
})
|
||||
openModal(true, { isUpdate: false })
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue