Commit 8620503a authored by xiexiuxing's avatar xiexiuxing

合同跳转页面路径

parent 6d61e0aa
...@@ -171,7 +171,8 @@ const QueryList = () => { ...@@ -171,7 +171,8 @@ const QueryList = () => {
} }
}; };
const like = (record) => { const like = (record) => {
history.push(`/memberCenter/contract/manage/add/addList/editing?contractId=${record.id}&oldContractId=1`)
history.push(`/memberCenter/contract/manage/QueryList/editing?contractId=${record.id}&oldContractId=1`)
}; };
const [form] = Form.useForm(); const [form] = Form.useForm();
const [id, setId] = useState(''); const [id, setId] = useState('');
......
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