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
0c9a1806
authored
2020-12-10 18:54:35 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
切换实预测类型时更新房屋性质和房屋用途统计数据
1 parent
a29457b8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 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 @
0c9a180
...
...
@@ -485,6 +485,7 @@ export default {
})
//获取图例数据
this
.
getDyztBsmList
();
this
.
getLpbFwytAndQlxz
();
},
//获取高度计算lpb内容区高度
getHeight
()
{
...
...
src/views/zrz/lpb/bjlp/lpbContent/index.vue
View file @
0c9a180
...
...
@@ -692,9 +692,9 @@ export default {
// console.log(this.choosedList,'this.choosedList');
this
.
choosedList
.
forEach
((
i
)
=>
{
if
(
item
.
dataset
.
bsm
==
i
)
{
console
.
log
(
item
.
style
.
borderColor
,
'item.style.borderColor
'
);
console
.
log
(
this
.
borderColor
,
'this.borderColor'
);
item
.
style
.
border
Color
=
this
.
borderColor
;
// console.log(item.style.border,'item.style.border
');
//
console.log(this.borderColor,'this.borderColor');
item
.
style
.
border
=
'1px solid '
+
this
.
borderColor
;
}
});
});
...
...
Please
register
or
sign in
to post a comment