Commit 123a82fa authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix: 处理新增投标招标编号跳转错误

parent d5bd6fc6
......@@ -153,7 +153,7 @@ const AddTender:React.FC<AddTenderProps> = (props) => {
}
}
const InviterCodeJump = () => <a target="_blank" href={`/memberCenter/procurementAbility/callForBids/callForBidsSearch/detail?id=${code.id}`}>{code.code}</a>
const InviterCodeJump = () => <a target="_blank" href={`/memberCenter/procurementAbility/tender/callForBidsSearch/detail?id=${code.id}`}>{code.code}</a>
return (
<PageHeaderWrapper
......
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