瀏覽代碼

题卡自动保存定时清理

zhangjie 1 年之前
父節點
當前提交
74f116405e
共有 1 個文件被更改,包括 1 次插入0 次删除
  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>