maxiaoxiao 8 сар өмнө
parent
commit
96427150c2

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

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