Explorar o código

题卡自动保存定时清理

zhangjie hai 1 ano
pai
achega
74f116405e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/modules/card/views/CardEdit.vue

+ 1 - 0
src/modules/card/views/CardEdit.vue

@@ -320,6 +320,7 @@ export default {
   beforeDestroy() {
     this.$ls.remove("cardId");
     this.$ls.remove("prepareTcPCard");
+    this.clearSetTs();
   },
 };
 </script>