riku
2025-02-24 0b700614e2f3e41df4655ba5469217e009c246ac
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(() => {