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
6f6f49b3
authored
2020-12-31 15:41:00 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
楼盘表全选
1 parent
af0ca181
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 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 @
6f6f49b
...
...
@@ -790,7 +790,7 @@ export default {
margin-bottom
:
15px
;
position
:
relative
;
.searchContent
{
margin-left
:
50
px
;
margin-left
:
62
px
;
box-sizing
:
border-box
;
padding
:
0
20px
;
/deep/.el-radio-button__inner
{
...
...
@@ -818,7 +818,7 @@ export default {
left
:
0
;
top
:
0
;
height
:
100%
;
width
:
7
0px
;
width
:
8
0px
;
border-right
:
1px
solid
#dedede
;
i{
cursor
:
pointer
;
...
...
src/views/zrz/lpb/bjlp/lpbContent/index.vue
View file @
6f6f49b
...
...
@@ -970,6 +970,9 @@ export default {
this
.
hbsmList
=
[];
});
}
this
.
$nextTick
(()
=>
{
this
.
$parent
.
getHbsm
(
this
.
hbsmList
,
false
);
})
},
//幢单元全选
zdySelectAll
(
val
,
cs
){
...
...
@@ -1002,8 +1005,10 @@ export default {
}
})
});
}
this
.
$nextTick
(()
=>
{
this
.
$parent
.
getHbsm
(
this
.
hbsmList
,
false
);
})
}
},
computed
:
{
...
...
Please
register
or
sign in
to post a comment