Jelajahi Sumber

修改start按钮启动不了的问题

57862207 11 bulan lalu
induk
melakukan
143b11c132
2 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. TEMPAT SAMPAH
      dist.zip
  2. 1 1
      src/components/TabList/index.vue

TEMPAT SAMPAH
dist.zip


+ 1 - 1
src/components/TabList/index.vue

@@ -731,7 +731,7 @@ export default {
         match_agent_id: this.multipleSelection,
         custom_agent_id: this.multipleSelection,
       };
-      data.planId = plan_id;
+      data.planId = this.currentPlanId;
       this.$store.dispatch("caseList/startPlan", data);
       this.clickBackToAutoCaseList();
     },