فهرست منبع

Merge branch 'master' of http://121.42.8.157:13000/zengminguo/D-MAP

hao lei 11 ماه پیش
والد
کامیت
f83d7c1354
2فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. BIN
      dist.zip
  2. 1 1
      src/components/TabList/index.vue

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