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
e013e9e4
authored
2025-06-24 16:00:15 +0800
by
fanguang
Committed by
lihua
2025-06-30 14:28:22 +0800
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
ffcb886e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/views/data_meta/components/dictFileds.vue
src/views/data_meta/components/dictFileds.vue
View file @
e013e9e
...
...
@@ -212,11 +212,12 @@ const toolBtnClick = (btn) => {
tableInfo
.
value
.
page
.
rows
=
tableData
.
value
.
length
saveDisabled
.
value
=
false
// 表格滚动到第一行
tableEl
.
value
.
setCurrentRow
(
rowInfo
)
let
table
=
tableEl
.
value
.
layout
.
table
.
refs
let
$tableEl
=
tableEl
.
value
.
tableRef
$tableEl
.
setCurrentRow
(
rowInfo
)
let
table
=
$tableEl
.
layout
.
table
.
refs
let
tableScrollEle
=
table
.
bodyWrapper
.
firstElementChild
.
firstElementChild
tableScrollEle
.
scrollTop
=
tableScrollEle
.
scrollHeight
tableScrollEle
.
scrollTop
=
0
}
}
...
...
@@ -597,7 +598,6 @@ defineExpose({
<Table
ref=
"tableEl"
:tableInfo=
"tableInfo"
height=
"400px"
@
tableBtnClick=
"tableBtnClick"
@
tableSelectionChange=
"tableSelectionChange"
@
tablePageChange=
"tablePageChange"
...
...
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