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
79543f62
authored
2025-10-13 10:31:36 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
不需要兼容深圳交易所
1 parent
01ba2f35
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
src/views/data_asset/registerManagemant.vue
src/views/data_asset/registerManagemant.vue
View file @
79543f6
...
...
@@ -227,17 +227,21 @@ const currTableData: any = ref({});
const
btnClick
=
(
btn
)
=>
{
const
type
=
btn
.
value
;
if
(
type
==
'create'
)
{
if
(
btn
.
exchangeName
.
includes
(
'深圳数据交易所'
))
{
router
.
push
({
name
:
'registerStart'
,
query
:
{
exchangeGuid
:
btn
.
exchangeGuid
,
type
}
});
}
else
{
router
.
push
({
name
:
'registerStartJS'
,
query
:
{
exchangeGuid
:
btn
.
exchangeGuid
,
type
}
});
}
// if (btn.exchangeName.includes('深圳数据交易所')) {
// router.push({
// name: 'registerStart',
// query: { exchangeGuid: btn.exchangeGuid, type }
// });
// } else {
// router.push({
// name: 'registerStartJS',
// query: { exchangeGuid: btn.exchangeGuid, type }
// });
// }
}
else
if
(
type
==
'search'
)
{
exchangGuid
.
value
=
btn
.
exchangeGuid
;
pageInfo
.
value
.
curr
=
1
;
...
...
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