Ver Fonte

题卡自动保存定时清理

zhangjie há 1 ano atrás
pai
commit
74f116405e
1 ficheiros alterados com 1 adições e 0 exclusões
  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>