传递数值 没问题 模板正常渲染
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 回答8.3k 阅读
2 回答10.4k 阅读✓ 已解决
2 回答12.7k 阅读✓ 已解决
2 回答10.5k 阅读✓ 已解决
1 回答5.2k 阅读✓ 已解决
4 回答6.1k 阅读
2 回答9.3k 阅读
不要传obj,转字符串JSON.stringify() and JSON.parse 另外路由那里要正确设置:'/your_path/:form'