|
@@ -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();
|
|
|
},
|