Commit 354aac69 authored by 前端-彭佳文's avatar 前端-彭佳文

Merge branch 'v2-220518' into 'v2-220518'

待新增合同提交 See merge request linkseeks-design/pro-platform!652
parents 802cfdd1 8f68554d
......@@ -210,7 +210,7 @@ const addList = () => {
duration: 0,
});
postContractManageSubmit({ contractId: id }).then(res => {
postContractManageCreateSubmit({ contractId: id }).then(res => {
if (res.code === 1000) {
ref.current.reload();
}
......@@ -287,6 +287,8 @@ const addList = () => {
{intl.formatMessage({ id: 'contract.xinjian' })}
</Button>
</AuthButton>
</Space>,
layouts: {
span: 8
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment