feat: 增加获取合同备注异常提示

main
Jimmy Liow 10 months ago
parent b439abba39
commit 6b396633cb

@ -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',
})
})
setRemarksModalOpen(true)
}
const getFieldLabel = (field) => {

Loading…
Cancel
Save