Commit 5a140ae8 by dingdang

update: 计划视图

parent 4a5a8fc8
...@@ -300,7 +300,7 @@ export default { ...@@ -300,7 +300,7 @@ export default {
}); });
}, },
showDetail(item) { showDetail(item) {
this.$router.push(`/grStoreList?ecmPlanId=${item.ecmPlanId}&ecmPlanName=${item.ecmPlanName}`); this.$router.push(encodeURI(`/grStoreList?ecmPlanId=${item.ecmPlanId}&ecmPlanName=${item.ecmPlanName}`));
} }
}, },
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