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
be4fd067
authored
2025-01-23 18:04:44 +0800
by
xukangle
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
93092941
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
src/assets/images/logo.png
src/layouts/components/Header/index.vue
src/views/data_inventory/classifyGradeCatalogue.vue
src/assets/images/logo.png
View file @
be4fd06
8.96 KB
|
W:
|
H:
9.52 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/layouts/components/Header/index.vue
View file @
be4fd06
...
...
@@ -149,8 +149,8 @@ header {
background-color
:
inherit
;
.logo
{
width
:
auto
;
height
:
30
px
;
width
:
180px
;
height
:
48
px
;
}
span
{
...
...
@@ -278,5 +278,4 @@ header {
height
:
18px
;
}
}
</
style
>
...
...
src/views/data_inventory/classifyGradeCatalogue.vue
View file @
be4fd06
...
...
@@ -44,7 +44,10 @@ const CgDirTreeList = ref();
const
getCgDirTreeData
=
async
()
=>
{
treeInfo
.
value
.
loading
=
true
;
const
params
=
{
execGuid
:
execGuidInfo
.
value
?.
execGuid
execGuid
:
execGuidInfo
.
value
.
execGuid
}
if
(
!
execGuidInfo
.
value
.
execGuid
)
{
return
;
}
const
res
:
any
=
await
getTaskExeTreeList
(
params
);
if
(
res
.
code
==
proxy
.
$passCode
)
{
...
...
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