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
8b8e01d9
authored
2020-12-10 14:20:51 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
f3dc1d53
efa4437c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
src/views/zrz/lpb/bjlp/index.vue
src/views/zrz/lpb/bjlp/lpbContent/index.vue
src/views/zrz/lpb/bjlp/index.vue
View file @
8b8e01d
...
...
@@ -468,6 +468,7 @@ export default {
//清空已选中层户
this
.
cbsmList
=
[];
this
.
bsms
=
[];
this
.
$refs
.
lpbContent
.
hbsmList
=
[];
this
.
$nextTick
(()
=>
{
//户
this
.
$refs
.
lpbContent
.
$refs
.
hBsm
.
forEach
(
item
=>
{
...
...
@@ -741,7 +742,7 @@ export default {
},
selectedZt
(
n
){
this
.
legendToggleFlag
=
true
;
}
}
,
},
};
</
script
>
...
...
src/views/zrz/lpb/bjlp/lpbContent/index.vue
View file @
8b8e01d
...
...
@@ -21,7 +21,7 @@
ref=
"ljz"
v-for=
"(ljzs, ljzIndex) in lpbData.ljzs"
:key=
"ljzIndex"
:style=
"
{'marginTop':'30px'}"
:style=
"
{'marginTop':
ljzs.zdys.length>0?'0':
'30px'}"
>
<!--
<div
class=
"ljz-zdy-wrap"
:style=
"
{'min-height':ljzzdyHeight+40+'px'}"> -->
<!-- 循环逻辑幢下的幢单元 -->
...
...
Please
register
or
sign in
to post a comment