Commit d0db8e57 by dingdang

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

# Conflicts:
#	src/views/salesleads/groupSend/grTaskList.vue
parents b8cdfd5d 4a5a8fc8
......@@ -300,10 +300,7 @@ export default {
});
},
showDetail(item) {
console.log('item', JSON.parse(JSON.stringify(item)));
setTimeout(() => {
this.$router.push(`/grStoreList?ecmPlanId=${item.ecmPlanId}&ecmPlanName=${item.ecmPlanName}`);
}, 100);
this.$router.push(`/grStoreList?ecmPlanId=${item.ecmPlanId}&ecmPlanName=${item.ecmPlanName}`);
}
},
watch: {
......
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