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
808aeb87
authored
2025-01-09 23:01:37 +0800
by
xukangle
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
21ddfd96
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
src/views/data_inventory/classifyGradeCatalogue.vue
src/views/data_inventory/configureRules.vue
src/views/data_inventory/classifyGradeCatalogue.vue
View file @
808aeb8
...
...
@@ -1816,6 +1816,7 @@ const onBChange = async () => {
await
getSearchTableList
(
3
,
selectedB
.
value
);
// 分类分级搜索
}
if
(
activeName
.
value
==
'second'
)
{
await
getDbDirFieldSelectData
(
3
,
{
tableGuid
:
selectedB
.
value
,
databaseGuid
:
selectedA
.
value
,
condition
:
"3"
});
if
(
activeTab
.
value
===
'word'
)
{
await
getDbDirFieldSelectData
(
3
,
{
tableGuid
:
selectedB
.
value
,
databaseGuid
:
selectedA
.
value
,
condition
:
"3"
});
}
...
...
src/views/data_inventory/configureRules.vue
View file @
808aeb8
...
...
@@ -266,8 +266,10 @@ const saveRow = (row) => {
fieldValueRange
=
(
row
.
startValue
?
row
.
startValue
:
''
)
+
'#'
+
(
row
.
endValue
?
row
.
endValue
:
''
)
}
else
{
row
.
fieldValueRange
=
''
fieldValueRange
=
''
fieldValueRange
=
row
.
fieldValueRange
}
}
else
{
fieldValueRange
=
row
.
fieldValueRange
}
if
(
tableData
.
value
.
find
((
item
:
any
)
=>
item
.
fieldGuid
===
row
.
fieldGuid
))
{
...
...
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