Procházet zdrojové kódy

关闭自动化脚本后,plan列表显示异常

hao lei před 11 měsíci
rodič
revize
5e321e415e
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      src/views/ordinaryPage/index.vue

+ 1 - 0
src/views/ordinaryPage/index.vue

@@ -995,6 +995,7 @@ export default {
         this.$store.dispatch('caseList/cancelPlan', planId);
         clearInterval(this.autoPlanResultInterval)
         this.clickBackToTaskList()
+        this.isShowAutoCaseList = false;
         return
       }
       this.isShowAutoCaseList = false;