929e653e by weimo934

feat(jzd):界址点

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