this
.$router
.push({
name
: "control_map",
params
: {
参数
1: params
.row
. 参数
1,
参数
2: params
.row
. 参数
2
}
});
return{
参数
1:"",
参数
2:""
}
created(){
this
.参数
1= this
.$route
.params
.参数
1;
this
.参数
2= this
.$route
.params
.参数
2;
},
此时可以直接用
转载请注明原文地址: https://mac.8miu.com/read-503923.html