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
bfed5276
authored
2025-10-27 16:22:27 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
解决编辑数据产品时未反显
1 parent
4f0a6382
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/views/data_asset/registerCatalogCreate.vue
src/views/data_asset/registerCatalogCreate.vue
View file @
bfed527
...
...
@@ -579,6 +579,7 @@ onBeforeMount(() => {
productName
:
detailInfo
.
value
?.
damName
,
description
:
detailInfo
.
value
.
propertyDescription
});
baseInfoFormItems
.
value
[
0
].
options
=
catalogProductList
.
value
;
}
}
if
(
item
.
field
==
'subjectDomain'
)
{
...
...
@@ -671,7 +672,6 @@ onBeforeMount(() => {
catalogProductList
.
value
=
[];
if
(
res
.
code
==
proxy
.
$passCode
)
{
catalogProductList
.
value
=
res
.
data
||
[];
baseInfoFormItems
.
value
[
0
].
options
=
catalogProductList
.
value
;
if
(
detailInfo
.
value
?.
productCode
)
{
let
item
=
catalogProductList
.
value
.
find
(
c
=>
c
.
productId
==
detailInfo
.
value
?.
productCode
);
!
item
&&
catalogProductList
.
value
.
push
({
...
...
@@ -680,6 +680,7 @@ onBeforeMount(() => {
description
:
detailInfo
.
value
?.
propertyDescription
});
}
baseInfoFormItems
.
value
[
0
].
options
=
catalogProductList
.
value
;
}
else
{
proxy
.
$ElMessage
.
error
(
res
.
msg
);
}
...
...
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