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
0dea450b
authored
2020-12-30 11:28:56 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
2 parents
f7acf334
7585e648
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
src/views/panel/change/hfghb/index.vue
src/views/zrz/lpb/bjlp/index.vue
src/views/zrz/lpb/bjlp/lpbContent/index.vue
src/views/panel/change/hfghb/index.vue
View file @
0dea450
...
...
@@ -81,7 +81,7 @@
></el-input>
<el-link
type=
"primary"
style=
"margin-left:20px"
@
click=
"isSearch=true"
>
重新选择自然幢
</el-link>
</div>
<div
class=
"lpb-content"
ref=
"lpbContentWrap"
:style=
"{ height: lpbContentHeight + 'px' }"
>
<div
class=
"lpb-content"
ref=
"lpbContentWrap"
:style=
"{ height: lpbContentHeight + 'px' }"
v-loading=
"lpbloading"
>
<!-- 楼盘表主体 -->
<div
class=
"lp-overview"
:style=
"{ width: lpbContentwidth + 'px' }"
>
<lpbContent
ref=
"lpbContent"
:zrzbsm=
'zrzbsm'
lpbParent =
'isHbfg'
:isHb=
"isHb"
></lpbContent>
...
...
@@ -305,7 +305,8 @@ export default {
fwxzList
:
[],
fwytList
:
[],
lpbContentHeight
:
0
,
lpbContentwidth
:
0
,
lpbContentwidth
:
0
,
lpbloading
:
true
,
}
},
created
(){},
...
...
src/views/zrz/lpb/bjlp/index.vue
View file @
0dea450
...
...
@@ -87,6 +87,7 @@
class=
"tab-content"
ref=
"tabContent"
:style=
"
{ height: lpbContentHight + 'px' }"
v-loading="lpbloading"
>
<!-- 左侧树结构 -->
<div
class=
"lp-tree"
:class=
"createFlag ? 'w260' : 'w0'"
>
...
...
@@ -365,6 +366,7 @@ export default {
time
:
""
,
dyztBsmList
:
{},
//单元状态bsmList
cbsmList
:[],
// 层bsmlist
lpbloading
:
true
,
};
},
created
()
{
...
...
src/views/zrz/lpb/bjlp/lpbContent/index.vue
View file @
0dea450
...
...
@@ -3,7 +3,6 @@
<div
class=
"lpbContent"
ref=
"lpbContent"
v-loading=
"loading"
>
<div
:class=
"
...
...
@@ -481,7 +480,7 @@ export default {
getLpb
(
zrzbsm
,
scyclx
,
actual
)
{
getLpb
(
zrzbsm
,
scyclx
).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
this
.
loading
=
false
;
this
.
$parent
.
lpb
loading
=
false
;
res
.
result
.
ljzs
=
res
.
result
.
ljzs
.
sort
(
this
.
compare
(
"place"
))
.
reverse
();
...
...
Please
register
or
sign in
to post a comment