Parcourir la source

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

hao lei il y a 11 mois
Parent
commit
5e321e415e
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;