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
929e653e
authored
2020-10-19 18:10:04 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat(jzd):界址点
1 parent
8d93fb95
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
10 deletions
src/views/systemZD/jzd/index.vue
src/views/systemZD/jzd/index.vue
View file @
929e653
...
...
@@ -236,16 +236,7 @@
this
.
centerDialogVisible
=
true
;
}
},
computed
:
{
isCheckAll
:
function
()
{
for
(
let
item
of
this
.
jzdlist
)
{
if
(
!
item
.
isCheck
)
{
return
false
;
}
}
return
false
;
}
},
computed
:
{},
watch
:
{},
}
</
script
>
...
...
Please
register
or
sign in
to post a comment