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
96e3029f
authored
2021-01-18 11:24:00 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
楼盘表户取消选中状态数据更新
1 parent
7ccf1929
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/views/zrz/lpb/bjlp/lpbContent/index.vue
src/views/zrz/lpb/bjlp/lpbContent/index.vue
View file @
96e3029
...
...
@@ -659,6 +659,8 @@ export default {
}
else
{
//选中→未选中
e
.
className
=
""
;
this
.
hbsmList
=
this
.
hbsmList
.
filter
(
i
=>
i
!=
bsm
);
this
.
hqsztList
=
this
.
hqsztList
.
filter
(
i
=>
i
!=
hs
.
qszt
);
switch
(
this
.
lpbParent
)
{
case
'isHbfg'
:
self
.
fghbChoosedList
=
self
.
fghbChoosedList
.
filter
(
i
=>
i
!=
hs
)
...
...
@@ -891,6 +893,7 @@ export default {
//户合并
handleHb
(
type
){
let
olbBsms
=
''
;
console
.
log
(
this
.
fghbChoosedList
,
'fghbChoosedList'
);
this
.
hbsmList
.
forEach
((
item
,
index
)
=>
{
olbBsms
+=
index
<
this
.
hbsmList
.
length
-
1
?
item
+
','
:
item
})
...
...
Please
register
or
sign in
to post a comment