src/stores/satellite-grid.js
@@ -11,9 +11,10 @@ const allGridDataList = ref([]); // 原始网格数据组 const gridDataList = computed(() => { return allGridDataList.value.filter((v) => { return v.type == 0; }); // return allGridDataList.value.filter((v) => { // return v.type == 0; // }); return allGridDataList.value; }); // 融合网格数据组 const mixGridDataList = computed(() => {