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
6a97d339
authored
2025-01-09 22:23:00 +0800
by
xukangle
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev_20241202_xukangle' into develop
2 parents
3ce663e6
21ddfd96
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
src/views/data_inventory/classifyGradeCatalogue.vue
src/views/data_inventory/classifyGradeCatalogue.vue
View file @
6a97d33
...
...
@@ -28,7 +28,7 @@ import {
import
{
TableColumnWidth
}
from
"@/utils/enum"
;
import
router
from
"@/router"
;
import
{
download
}
from
"@/utils/common"
;
import
{
da
}
from
"element-plus/es/locale"
;
import
{
da
,
sl
}
from
"element-plus/es/locale"
;
const
currentPath
=
ref
<
string
[]
>
([]);
...
...
@@ -1346,8 +1346,8 @@ const getDataBaseTableData = async (params = {}) => {
pageSize
:
dataBasePage
.
value
.
limit
,
isDataAsset
:
checked
.
value
?
'Y'
:
'N'
,
execGuid
:
execGuidInfo
.
value
.
execGuid
,
tableGuid
:
tableGuid
.
value
||
selected
A
.
value
||
''
,
databaseGuid
:
dataBaseGuid
.
value
||
selected
B
.
value
||
''
,
tableGuid
:
tableGuid
.
value
||
selected
B
.
value
||
''
,
databaseGuid
:
dataBaseGuid
.
value
||
selected
A
.
value
||
''
,
fieldGuid
:
""
,
labelGuid
:
""
,
classifyDetailGuid
:
""
,
...
...
@@ -1396,8 +1396,8 @@ const getDataBaseFieldData = async (params = {}) => {
pageIndex
:
dataFieldPage
.
value
.
curr
,
pageSize
:
dataFieldPage
.
value
.
limit
,
execGuid
:
execGuidInfo
.
value
.
execGuid
,
tableGuid
:
tableGuid
.
value
||
selected
A
.
value
||
''
,
databaseGuid
:
dataBaseGuid
.
value
||
selected
B
.
value
||
''
,
tableGuid
:
tableGuid
.
value
||
selected
B
.
value
||
''
,
databaseGuid
:
dataBaseGuid
.
value
||
selected
A
.
value
||
''
,
fieldGuid
:
""
,
labelGuid
:
""
,
classifyDetailGuid
:
""
,
...
...
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