Commit 6affc1a9 by 郑艺斌
parents 9a4daf48 6cab2115
Showing with 3 additions and 3 deletions
......@@ -248,21 +248,21 @@ export default {
sessionStorage.setItem('paramsstatus',status)
if(status=="待派单"){
this.$router.push({
name: "bx_list",
name: "order_list",
params:{
status:status
}
});
}else if(status=="待维修"){
this.$router.push({
name: "bx_list",
name: "order_list",
params:{
status:status
}
});
}else if(status=="待评价"){
this.$router.push({
name: "bx_list",
name: "order_list",
params:{
status:status
}
......
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 sign in to comment