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
127ce18f
authored
2025-09-08 15:06:03 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: 导出按钮不生效
1 parent
f02f263b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/views/data_anonymization/anonResultView.vue
src/views/data_anonymization/anonTaskStepTwo.vue
src/views/data_anonymization/anonResultView.vue
View file @
127ce18
...
...
@@ -188,7 +188,7 @@ const pageChange = (info) => {
const
promise
:
any
=
ref
(
null
);
const
exportData
=
()
=>
{
if
(
promise
)
{
if
(
promise
.
value
)
{
return
;
}
promise
.
value
=
exportAnonExecData
({
...
...
src/views/data_anonymization/anonTaskStepTwo.vue
View file @
127ce18
...
...
@@ -284,7 +284,7 @@ const fieldRulesFormItems = ref([{
const
fieldRulesFormRules
=
ref
({
fieldName
:
[
required
(
'请选择字段'
)],
//
dataTypeCode: [required('请选择数据类型')], //不填标识非敏感标识。
dataTypeCode
:
[
required
(
'请选择数据类型'
)],
//不填标识非敏感标识。
// desensitiveRuleCode: [required('请选择脱敏规则')], 脱敏规则和泛化文件选择一个即可。二者必选其一,可以两者共存。
encryptionAlgorithmCode
:
[
required
(
'请选择加密算法'
)],
salted
:
[
required
(
'请输入加盐值'
)],
...
...
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