feat(jzd):界址点
Showing
1 changed file
with
1 additions
and
10 deletions
... | @@ -236,16 +236,7 @@ | ... | @@ -236,16 +236,7 @@ |
236 | this.centerDialogVisible = true; | 236 | this.centerDialogVisible = true; |
237 | } | 237 | } |
238 | }, | 238 | }, |
239 | computed: { | 239 | computed: {}, |
240 | isCheckAll: function () { | ||
241 | for (let item of this.jzdlist) { | ||
242 | if (!item.isCheck) { | ||
243 | return false; | ||
244 | } | ||
245 | } | ||
246 | return false; | ||
247 | } | ||
248 | }, | ||
249 | watch: {}, | 240 | watch: {}, |
250 | } | 241 | } |
251 | </script> | 242 | </script> | ... | ... |
-
Please register or sign in to post a comment