Commit 8084ddf8 by dingdang

Merge branch 'bugfix/群发任务-计划视图'

parents f38cc3e6 17b6704a
...@@ -350,7 +350,7 @@ export default { ...@@ -350,7 +350,7 @@ export default {
} }
} }
}, },
actived() { mounted() {
this.getTableList(); this.getTableList();
}, },
components: { components: {
......
...@@ -300,6 +300,7 @@ export default { ...@@ -300,6 +300,7 @@ export default {
}); });
}, },
showDetail(item) { showDetail(item) {
console.log('item', item)
this.$router.push(`/grStoreList?ecmPlanId=${item.ecmPlanId}&ecmPlanName=${item.ecmPlanName}`); this.$router.push(`/grStoreList?ecmPlanId=${item.ecmPlanId}&ecmPlanName=${item.ecmPlanName}`);
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment