Эх сурвалжийг харах

题卡自动保存定时清理

zhangjie 1 жил өмнө
parent
commit
74f116405e

+ 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>