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
b12f6345
authored
2020-12-14 17:58:56 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix(hb):宗地合并选择bug
1 parent
bb05f0fa
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/panel/change/hb/index.vue
src/views/panel/change/hb/index.vue
View file @
b12f634
...
...
@@ -564,7 +564,7 @@
let
arr
=
[];
switch
(
this
.
tabName
)
{
case
"zd"
:
arr
=
this
.
zdhbqData
.
filter
(
i
=>
i
.
zd
dm
==
data
.
zdd
m
);
arr
=
this
.
zdhbqData
.
filter
(
i
=>
i
.
zd
bsm
==
data
.
zdbs
m
);
if
(
arr
.
length
>
0
)
{
break
}
...
...
Please
register
or
sign in
to post a comment