Browse Source

Merge branch 'master' of http://114.244.114.158:8802/siwei/real3d-portalsite

lkk 8 months ago
parent
commit
d19365cf55
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/views/LandscapeProject/index.vue

+ 7 - 0
src/views/LandscapeProject/index.vue

@@ -232,6 +232,13 @@ export default {
   watch: {
     // activeTabs(newValue) {},
   },
+  beforeDestroy() {
+    store.setCockpit_vector({
+      title: "",
+      tableData: [],
+      columns: [],
+    });
+  },
 };
 </script>