Pārlūkot izejas kodu

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

lkk 8 mēneši atpakaļ
vecāks
revīzija
d19365cf55
1 mainītis faili ar 7 papildinājumiem un 0 dzēšanām
  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>