Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
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
bcc4f9b6
authored
2024-03-01 15:09:10 +0800
by
“miaofang
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
1 parent
e21eb650
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/system/qtjfjmb/components/djbdispositions.vue
src/views/system/qtjfjmb/components/djbdispositions.vue
View file @
bcc4f9b
...
...
@@ -203,8 +203,8 @@ export default {
this
.
isIndeterminate
=
checkedCount
>
0
&&
checkedCount
<
this
.
cities
.
length
;
let
lists
=
[];
this
.
c
ities
.
forEach
((
item
,
index
)
=>
{
this
.
c
heckedCities
.
forEach
((
el
)
=>
{
this
.
c
heckedCities
.
forEach
((
el
)
=>
{
this
.
c
ities
.
forEach
((
item
,
index
)
=>
{
if
(
item
.
name
==
el
)
{
lists
.
push
(
this
.
cities
[
index
]);
}
...
...
Please
register
or
sign in
to post a comment