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
daa7fe4f
authored
2020-12-03 11:44:44 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
楼盘表判断有且仅有独立层户时zdyWidth的宽度
1 parent
07514623
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
src/views/zrz/lpb/bjlp/lpbContent/index.vue
src/views/zrz/lpb/bjlp/lpbContent/index.vue
View file @
daa7fe4
...
...
@@ -241,7 +241,12 @@ export default {
highest
=
0
;
}
}
else
{
// this.zdyWidth = 124;
//有且仅有独立层户
if
(
this
.
$refs
.
hBsm
!=
undefined
){
this
.
$refs
.
hBsm
.
forEach
((
item
)
=>
{
this
.
zdyWidth
+=
item
.
offsetWidth
+
21
;
});
}
}
//计算逻辑幢下的幢单元和层户的高度
...
...
Please
register
or
sign in
to post a comment