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
583279ec
authored
2025-10-13 09:59:07 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
兼容深圳交易所
1 parent
0bf40670
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
src/views/data_asset/registerManagemant.vue
src/views/data_asset/registerManagemant.vue
View file @
583279e
...
...
@@ -227,10 +227,17 @@ const currTableData: any = ref({});
const
btnClick
=
(
btn
)
=>
{
const
type
=
btn
.
value
;
if
(
type
==
'create'
)
{
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