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
a4e91242
authored
2025-12-22 11:00:11 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
解决defineStore唯一标识符冲突问题
1 parent
c7a1dfca
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
src/store/modules/dataAsset.ts
src/store/modules/dataConnector.ts
src/store/modules/dataFacilitator.ts
src/store/modules/dataProductListing.ts
src/store/modules/dataRegisterCatalog.ts
src/store/modules/dataSmartContract.ts
src/store/modules/dataAsset.ts
View file @
a4e9124
const
useDataAssetStore
=
defineStore
(
// 资产目录guid
'
isRefresh
'
,
'
asset
'
,
()
=>
{
const
isRefresh
=
ref
<
boolean
>
(
false
)
const
isRefreshDamCatalog
=
ref
<
boolean
>
(
false
)
...
...
src/store/modules/dataConnector.ts
View file @
a4e9124
const
useDataConnectorStore
=
defineStore
(
'
isRefresh
'
,
'
connector
'
,
()
=>
{
const
isRefresh
=
ref
<
boolean
>
(
false
)
...
...
src/store/modules/dataFacilitator.ts
View file @
a4e9124
const
useDataFacilitatorStore
=
defineStore
(
/** 产品上架 */
'
isRefresh
'
,
'
facilitator
'
,
()
=>
{
const
isRefresh
=
ref
<
boolean
>
(
false
)
function
set
(
v
:
boolean
)
{
...
...
src/store/modules/dataProductListing.ts
View file @
a4e9124
const
useDataProductStore
=
defineStore
(
/** 产品上架 */
'
isRefresh
'
,
'
dataProduct
'
,
()
=>
{
const
isRefresh
=
ref
<
boolean
>
(
false
)
function
set
(
v
:
boolean
)
{
...
...
src/store/modules/dataRegisterCatalog.ts
View file @
a4e9124
const
useDataRegisterCatalogStore
=
defineStore
(
'
isRefresh
'
,
'
registerCatalog
'
,
()
=>
{
const
isRefresh
=
ref
<
boolean
>
(
false
)
...
...
src/store/modules/dataSmartContract.ts
View file @
a4e9124
const
useDataSmartContract
=
defineStore
(
'
isRefresh
'
,
'
smartContract
'
,
()
=>
{
const
isRefresh
=
ref
<
boolean
>
(
false
)
...
...
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