Merge remote-tracking branch 'origin/main'

main
Lei OT 10 months ago
commit 8c16e0503e

@ -41,9 +41,15 @@ export const ContractRemarksModal = () => {
getRemarkList()
.then(list => {
remarksForm.setFieldsValue({remarkList:list})
})
setRemarksModalOpen(true)
})
.catch(ex => {
notification.error({
message: 'Notification',
description: ex.message,
placement: 'top',
})
})
}
const getFieldLabel = (field) => {

Loading…
Cancel
Save