Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
9d41b9f4
authored
2021-01-12 14:53:40 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ie下数据不显示问题修复
1 parent
156cabf5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/views/panel/search/index.vue
src/views/panel/search/index.vue
View file @
9d41b9f
...
...
@@ -88,8 +88,7 @@
this
.
queryData
.
pageNo
=
this
.
pageNo
;
this
.
getData
(
this
.
queryData
);
this
.
$nextTick
(()
=>
{
console
.
log
(
this
.
$refs
.
dataGrid
.
offsetHeight
,
'this.$refs.dataGrid.offsetHeight'
);
this
.
tableHeight
=
this
.
$refs
.
dataGrid
.
offsetHeight
-
68
;
this
.
tableHeight
=
(
document
.
documentElement
.
clientHeight
||
document
.
body
.
clientHeight
)
-
332
;
})
},
methods
:
{
...
...
Please
register
or
sign in
to post a comment