Commit 3b094f2a by dingdang

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

parents 5f888fc7 4314b184
......@@ -300,7 +300,10 @@ export default {
});
},
showDetail(item) {
this.$router.push(`grStoreList?ecmPlanId=${item.ecmPlanId}&ecmPlanName=${item.ecmPlanName}`);
console.log('item', JSON.parse(JSON.stringify(item)))
setTimeout(() => {
this.$router.push(`/grStoreList?ecmPlanId=${item.ecmPlanId}&ecmPlanName=${item.ecmPlanName}`);
}, 100)
}
},
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