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
72a20f40
authored
2025-01-11 15:16:39 +0800
by
lxs
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'develop' of
http://117.78.60.236:8000/csbr-daop/fe-data-asset-management
into develop
2 parents
b68ea3d6
afee3a24
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
11 deletions
.env.development
.env.product
src/views/data_quality/ruleForm.vue
src/views/data_quality/ruleModel.vue
.env.development
View file @
72a20f4
...
...
@@ -37,7 +37,7 @@ VITE_BPMN_URL = https://workflow-swzl-test.csbr.cn
VITE_APP_WORK_FLOW_URL = 'ms-daop-workflow-service'
# 数据标准、元数据、数据目录 接口地址
VITE_APP_PLAN_BASEURL = ms-daop-
zcgl-
data-plan-service
VITE_APP_PLAN_BASEURL = ms-daop-data-plan-service
#数据质量接口地址
VITE_APP_QUALITY_BASEURL = ms-daop-data-quality-service
...
...
.env.product
View file @
72a20f4
...
...
@@ -71,7 +71,7 @@ VITE_BPMN_URL = https://workflow-swzl-test.csbr.cn
VITE_APP_WORK_FLOW_URL = 'ms-daop-workflow-service'
# 数据标准、元数据、数据目录 接口地址
VITE_APP_PLAN_BASEURL = ms-daop-
zcgl-
data-plan-service
VITE_APP_PLAN_BASEURL = ms-daop-data-plan-service
#数据质量接口地址
VITE_APP_QUALITY_BASEURL = ms-daop-data-quality-service
...
...
src/views/data_quality/ruleForm.vue
View file @
72a20f4
...
...
@@ -654,7 +654,7 @@ const getSubjectTableTreeData = () => {
d
.
children
=
d
.
children
?.
map
(
child
=>
{
child
.
label
=
child
.
name
+
`(
${
child
.
tableName
}
)`
;
child
.
isLeaf
=
true
;
child
.
dataServerName
=
d
.
n
ame
;
child
.
dataServerName
=
child
.
databaseN
ame
;
child
.
dataSourceGuid
=
d
.
guid
;
return
child
;
})
...
...
@@ -1778,13 +1778,13 @@ const submitValueRange = () => {
let
valueTableFields
=
valueRangeTableListData
.
value
[
table
];
let
ruleFields
:
any
=
[]
for
(
const
field
of
valueTableFields
)
{
if
(
field
.
startValue
==
null
&&
field
.
endValue
==
null
)
{
if
(
dialogSelectSubjectTable
.
value
.
enName
!=
table
)
{
valueCheckFormListRef
.
value
.
setSelectList
(
table
,
'enName'
);
}
ElMessage
.
error
(
`表【
${
table
}
】的字段【
${
field
.
enName
}
】设置了值域,但范围未填写完整`
);
return
;
}
//
if (field.startValue == null && field.endValue == null) {
//
if (dialogSelectSubjectTable.value.enName != table) {
//
valueCheckFormListRef.value.setSelectList(table, 'enName');
//
}
//
ElMessage.error(`表【${table}】的字段【${field.enName}】设置了值域,但范围未填写完整`);
//
return;
//
}
if
(
field
.
startValue
!=
null
||
field
.
endValue
!=
null
)
{
ruleFields
.
push
(
field
);
}
else
if
(
field
.
dataRange
)
{
...
...
src/views/data_quality/ruleModel.vue
View file @
72a20f4
...
...
@@ -94,7 +94,7 @@ const getSubjectTableTreeData = () => {
d
.
label
=
d
.
name
;
d
.
children
=
d
.
children
?.
map
(
child
=>
{
child
.
label
=
child
.
name
+
`(
${
child
.
tableName
}
)`
;
child
.
dataServerName
=
d
.
n
ame
;
child
.
dataServerName
=
child
.
databaseN
ame
;
child
.
dataSourceGuid
=
d
.
guid
;
return
child
;
})
...
...
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