修改路由

This commit is contained in:
黄心宇 2023-07-20 15:21:06 +08:00
parent dcc86404db
commit 464fd7f911
2 changed files with 3 additions and 3 deletions

View File

@ -249,7 +249,7 @@ const Managements = (propsF) => {
{/* 签订表签字 */}
<Route
path="/managements/task/agreementSign"
path="/managements/task/signatureFormSign"
render={(props) => (
<AgreementSign {...propsF} {...props} />
)}
@ -257,7 +257,7 @@ const Managements = (propsF) => {
{/* 签订表列表 */}
<Route
path="/managements/task/agreementList"
path="/managements/task/agreementSign"
render={(props) => (
<AgreementList {...propsF} {...props} />
)}

View File

@ -72,7 +72,7 @@ export default Form.create()(props => {
showNotification("上传协议成功!");
reloadList();
}else{
showNotification(res.message || "上传协议失败")
showNotification("上传协议失败")
}
});
}