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
8aa912e5
authored
2025-07-31 10:00:41 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
评审TODO
1 parent
6d85f6b6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
16 deletions
src/views/data_asset/components/deliverUploadDialog.vue
src/views/data_trusted/trustedSpaceIndex.vue
src/views/data_asset/components/deliverUploadDialog.vue
View file @
8aa912e
...
...
@@ -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_trusted/trustedSpaceIndex.vue
View file @
8aa912e
...
...
@@ -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