瀏覽代碼

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

hao lei 11 月之前
父節點
當前提交
f83d7c1354
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 二進制
      dist.zip
  2. 1 1
      src/components/TabList/index.vue

二進制
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();
     },