Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f6b39530
authored
2026-02-13 13:23:51 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
合约详情页面不提示尚未保存
1 parent
99314328
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
src/router/modules/dataSmartContract.ts
src/router/modules/dataSmartContract.ts
View file @
f6b3953
...
...
@@ -106,12 +106,16 @@ const routes: RouteRecordRaw[] = [
},
beforeEnter
:
(
to
,
from
)
=>
{
if
(
to
.
query
.
type
==
'consult'
)
{
to
.
meta
.
editPage
=
true
;
to
.
meta
.
title
=
`合约协商-
${
to
.
query
.
name
}
`
;
}
else
if
(
to
.
query
.
type
==
'sign'
)
{
to
.
meta
.
editPage
=
true
;
to
.
meta
.
title
=
`合约签署-
${
to
.
query
.
name
}
`
;
}
else
if
(
to
.
query
.
type
==
'reject'
)
{
to
.
meta
.
editPage
=
true
;
to
.
meta
.
title
=
`合约解除-
${
to
.
query
.
name
}
`
;
}
else
{
to
.
meta
.
editPage
=
false
;
to
.
meta
.
title
=
`合约详情-
${
to
.
query
.
name
}
`
;
}
}
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment