feat: 1. 完善起草合同页面的逻辑交互,对接minio的接口操作
This commit is contained in:
@@ -188,7 +188,7 @@ export async function action({ request }: ActionFunctionArgs) {
|
||||
}
|
||||
|
||||
toastService.success('更新文档成功');
|
||||
return redirect("/documents");
|
||||
return redirect("/documents/list");
|
||||
} catch (error) {
|
||||
console.error("更新文档失败2:", error);
|
||||
return Response.json({
|
||||
|
||||
Reference in New Issue
Block a user