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
e29d3e39
authored
2025-08-13 20:46:20 +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
d2767d7e
d87943d5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
19 deletions
src/views/data_asset/components/deliverUploadDialog.vue
src/views/data_asset/registerCatalogCreate.vue
src/views/data_trusted/trustedSpaceIndex.vue
src/views/data_asset/components/deliverUploadDialog.vue
View file @
e29d3e3
...
...
@@ -175,9 +175,8 @@ const dialogInfo = ref({
],
},
});
/** TODO 改成IPO分成三个小模块 */
const
dialogBtnClick
=
(
btn
,
info
)
=>
{
console
.
log
(
'btn'
,
btn
,
info
);
if
(
btn
.
value
==
'submit'
)
{
if
(
!
userReceiveCheckList
.
value
.
length
)
{
ElMessage
.
error
(
'请勾选数据接收方'
);
...
...
src/views/data_asset/registerCatalogCreate.vue
View file @
e29d3e3
...
...
@@ -111,7 +111,7 @@ const baseInfoFormItems = ref([
type
:
'input'
,
placeholder
:
'请输入'
,
field
:
'damName'
,
maxlength
:
2
0
,
maxlength
:
3
0
,
default
:
''
,
required
:
true
},
...
...
@@ -720,7 +720,7 @@ const save = () => {
params
.
guid
=
damGuid
.
value
;
params
.
foundMode
=
route
.
query
.
foundMode
;
if
(
route
.
query
.
dataSources
!=
'1'
)
{
let
userData
=
userStore
.
userData
;
let
userData
=
JSON
.
parse
(
userStore
.
userData
)
;
params
.
rightMain
=
userData
.
tenantGuid
;
params
.
rightMainName
=
userData
.
tenantName
;
}
else
{
...
...
@@ -746,7 +746,7 @@ const save = () => {
fullscreenLoading
.
value
=
true
;
console
.
log
(
params
,
'params'
);
if
(
route
.
query
.
dataSources
!=
'1'
)
{
let
userData
=
userStore
.
userData
;
let
userData
=
JSON
.
parse
(
userStore
.
userData
)
;
params
.
rightMain
=
userData
.
tenantGuid
;
params
.
rightMainName
=
userData
.
tenantName
;
}
else
{
...
...
src/views/data_trusted/trustedSpaceIndex.vue
View file @
e29d3e3
...
...
@@ -315,20 +315,6 @@ const getTableData = () => {
});
}
const
showDetailItem
:
any
=
ref
(
null
);
const
oldScrollTop
=
ref
(
0
);
// 回到顶部
function
toTop
(
className
:
string
)
{
requestAnimationFrame
(()
=>
{
let
dom
=
document
.
getElementsByClassName
(
className
)[
0
]
dom
.
scrollIntoView
({
block
:
'start'
,
behavior
:
'instant'
,
})
})
}
const
handleDataClick
=
(
item
,
index
)
=>
{
selectDataInfo
.
value
=
item
;
}
...
...
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