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
045f12ab
authored
2021-01-04 09:52:06 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
户分割合并默认查询15条数据,楼盘表宽度调整
1 parent
20d9701f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
src/views/panel/change/hfghb/index.vue
src/views/panel/change/hfghb/index.vue
View file @
045f12a
...
...
@@ -342,7 +342,7 @@ export default {
bdcdyh
:
''
,
bdcqzh
:
''
,
pageNo
:
1
,
pageSize
:
1
0
,
pageSize
:
1
5
,
type
:
'all'
};
this
.
search
()
...
...
@@ -514,7 +514,7 @@ export default {
if
(
n
)
{
this
.
lpbContentwidth
-=
204
;
}
else
{
this
.
lpbContentwidth
+=
20
4
;
this
.
lpbContentwidth
+=
20
0
;
}
},
//选择自然幢展示楼盘表后,查询右侧图例数据
...
...
@@ -522,9 +522,10 @@ export default {
if
(
!
n
)
{
this
.
getDyztBsmList
();
this
.
getLpbFwytAndQlxz
();
this
.
$nextTick
(()
=>
{
this
.
lpbContentwidth
=
this
.
$refs
.
lpbContentWrap
.
clientWidth
-
34
-
6
;
})
// console.log(this.$refs.lpbContentWrap.clientWidth,'lpbContentWrap');
// this.$nextTick(()=>{
// this.lpbContentwidth = this.$refs.lpbContentWrap.clientWidth - 34 - 6;
// })
}
},
//改变syclx,更新楼盘表数据
...
...
Please
register
or
sign in
to post a comment