929e653e by weimo934

feat(jzd):界址点

1 parent 8d93fb95
...@@ -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>
......