传递数值 没问题 模板正常渲染
this.$router.push({ name: 'framecore', params: { id:createUUID(6,16) }});
传递对象,模板只显示第一跳转的值
this.$router.push({ name: 'framecore', params: {form:{id:createUUID(6,16)}}});
watch 并没有监视到路由变化
控制台什么都没输出。
这是什么原因?
传递数值 没问题 模板正常渲染
this.$router.push({ name: 'framecore', params: { id:createUUID(6,16) }});
传递对象,模板只显示第一跳转的值
this.$router.push({ name: 'framecore', params: {form:{id:createUUID(6,16)}}});
watch 并没有监视到路由变化
控制台什么都没输出。
这是什么原因?
5 回答4.9k 阅读✓ 已解决
4 回答3.2k 阅读✓ 已解决
2 回答4.8k 阅读✓ 已解决
4 回答4.4k 阅读✓ 已解决
4 回答1.9k 阅读✓ 已解决
2 回答2.7k 阅读✓ 已解决
2 回答2.6k 阅读✓ 已解决
不要传obj,转字符串JSON.stringify() and JSON.parse 另外路由那里要正确设置:'/your_path/:form'