跳轉(zhuǎn)傳參
this.$router.push({
name: "typeMaintaince",
query: {
specification:JSON.stringify(row.props)
}
});
接受參數(shù)
specification=JSON.parse(String(this.$route.query.specification));
這樣接受的參數(shù)刷新頁面之后就不會(huì)變成對象了。