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
cd982463
authored
2025-08-25 13:58:47 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: 自动定位到标签页
1 parent
e54fb4ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/data_anonymization/labelManagement.vue
src/views/data_anonymization/labelManagement.vue
View file @
cd98246
...
...
@@ -373,14 +373,14 @@ const newCreateLabelDialogInfo = ref({
if
(
valid
)
{
submitLabel
();
}
else
{
tabsInfo
.
value
.
activeName
=
=
'labelRuleContent'
;
tabsInfo
.
value
.
activeName
=
'labelRuleContent'
;
}
})
}
else
{
ruleContentFormRef
.
value
?.
ruleFormRef
?.
validate
((
valid
,
errorItem
)
=>
{
if
(
valid
)
{
if
(
!
validateRuleField
())
{
tabsInfo
.
value
.
activeName
=
=
'labelRuleField'
;
tabsInfo
.
value
.
activeName
=
'labelRuleField'
;
return
;
}
submitLabel
();
...
...
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