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
a2272ded
authored
2025-06-26 16:54:22 +0800
by
fanguang
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
6247c2cf
8eb15f05
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
3 deletions
src/api/modules/dataPricing.ts
src/components/RelationNetwork/index.vue
src/api/modules/dataPricing.ts
View file @
a2272de
...
...
@@ -272,7 +272,7 @@ export const getModelDemand = (params) => {
// 获取质量模型评分
export
const
getModelScore
=
(
params
)
=>
{
return
request
({
url
:
`
${
import
.
meta
.
env
.
VITE_APP_QUALITY_BASEURL
}
/quality-analysis-report/get-quality-score-by-dam-guid`
,
url
:
`
${
import
.
meta
.
env
.
VITE_APP_QUALITY_BASEURL
}
/quality-analysis-report/get-quality-score-by-dam-guid
-v2
`
,
method
:
"get"
,
params
,
});
...
...
src/components/RelationNetwork/index.vue
View file @
a2272de
...
...
@@ -241,7 +241,6 @@ const initGraph = () => {
{
type
:
'collapse-expand'
,
onChange
:
(
item
,
collapsed
)
=>
{
debugger
if
(
!
item
)
{
return
;
}
...
...
@@ -250,7 +249,6 @@ const initGraph = () => {
return
true
;
},
shouldBegin
:
(
e
)
=>
{
debugger
// 若当前操作的节点 id 为 'node1',则不发生 collapse-expand
if
(
e
.
item
&&
e
.
item
.
getModel
().
isLoading
==
true
)
return
false
;
return
true
;
...
...
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