Commit 4314b184 by dingdang

update: 计划视图

parent 17b6704a
...@@ -300,8 +300,10 @@ export default { ...@@ -300,8 +300,10 @@ export default {
}); });
}, },
showDetail(item) { showDetail(item) {
console.log('item', item) console.log('item', JSON.parse(JSON.stringify(item)))
this.$router.push(`/grStoreList?ecmPlanId=${item.ecmPlanId}&ecmPlanName=${item.ecmPlanName}`); setTimeout(() => {
this.$router.push(`/grStoreList?ecmPlanId=${item.ecmPlanId}&ecmPlanName=${item.ecmPlanName}`);
}, 100)
} }
}, },
watch: { 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