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
b462ec6d
authored
2025-01-23 19:29:29 +0800
by
xukangle
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
1d8d7b9d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
src/views/data_inventory/classifyGradeCatalogue.vue
src/views/data_inventory/dataLabel.vue
src/views/data_inventory/classifyGradeCatalogue.vue
View file @
b462ec6
...
...
@@ -46,7 +46,7 @@ const getCgDirTreeData = async () => {
const
params
=
{
execGuid
:
execGuidInfo
.
value
?.
execGuid
}
if
(
!
execGuidInfo
.
value
.
execGuid
)
{
if
(
!
execGuidInfo
.
value
?
.
execGuid
)
{
return
;
}
const
res
:
any
=
await
getTaskExeTreeList
(
params
);
...
...
src/views/data_inventory/dataLabel.vue
View file @
b462ec6
...
...
@@ -40,6 +40,10 @@ const getClassifyGradeTree = async () => {
// 分别赋值 分类guid
classifyGuid
.
value
=
classGradeTreeData
.
value
[
0
]?.
guid
;
console
.
log
(
'getClassifyGradeTree'
,
transformedData
);
if
(
transformedData
.
length
==
0
)
{
treeInfo
.
value
.
loading
=
false
;
return
;
}
newCreateGradeFormItems
.
value
[
1
].
options
=
transformDataForTree
([
transformedData
[
0
]])
treeInfo
.
value
.
loading
=
false
;
isAddDisabled
.
value
=
false
;
...
...
@@ -106,6 +110,9 @@ const getLabelListData = async () => {
if
(
res
.
code
==
proxy
.
$passCode
)
{
LabelListData
.
value
=
res
.
data
;
const
data
=
res
.
data
if
(
data
.
length
==
0
)
{
return
;
}
data
.
map
(
item
=>
{
item
.
label
=
item
.
label
item
.
value
=
item
.
guid
...
...
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