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
d625a228
authored
2026-04-07 09:19:08 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: 产品目录传参问题
1 parent
dd2f4170
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/data_asset/productCatalogManage.vue
src/views/data_asset/productCatalogManage.vue
View file @
d625a22
...
...
@@ -140,7 +140,7 @@ const handleTreeNodeChange = (checkedObj, id, nodeObj) => {
if
(
halfCheckedKeys
.
includes
(
'scenario3'
))
{
//
let
list
=
treeRefs
.
getNode
(
'scenario3'
)?.
childNodes
?.
filter
(
c
=>
c
.
checked
==
true
);
list
?.
forEach
(
item
=>
{
page
.
value
.
scenarioList
.
push
(
item
.
value
);
page
.
value
.
scenarioList
.
push
(
item
.
data
.
value
);
});
}
if
(
halfCheckedKeys
.
includes
(
'medDepartmentCode'
))
{
...
...
@@ -164,7 +164,7 @@ const handleTreeNodeChange = (checkedObj, id, nodeObj) => {
if
(
halfCheckedKeys
.
includes
(
'scenario4'
))
{
//
let
list
=
treeRefs
.
getNode
(
'scenario4'
)?.
childNodes
?.
filter
(
c
=>
c
.
checked
==
true
);
list
?.
forEach
(
item
=>
{
page
.
value
.
scenarioList
.
push
(
item
.
value
);
page
.
value
.
scenarioList
.
push
(
item
.
data
.
value
);
});
}
if
(
halfCheckedKeys
.
includes
(
'subjectDomain'
))
{
...
...
@@ -187,7 +187,7 @@ const handleTreeNodeChange = (checkedObj, id, nodeObj) => {
if
(
halfCheckedKeys
.
includes
(
domainItem
.
value
))
{
let
list
=
treeRefs
.
getNode
(
domainItem
.
value
)?.
childNodes
?.
filter
(
c
=>
c
.
checked
==
true
);
list
?.
forEach
(
item
=>
{
page
.
value
.
scenarioList
.
push
(
item
.
value
);
page
.
value
.
scenarioList
.
push
(
item
.
data
.
value
);
});
}
else
if
(
checkedKeys
.
includes
(
domainItem
.
value
))
{
page
.
value
.
domainList
.
push
(
domainItem
.
value
);
//全选要加入
...
...
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