进入综合柜台带入参数

20240205
yujialong 3 years ago
parent af32041336
commit c303f911ac
  1. 5
      src/pages/index/list/index.vue

@ -114,7 +114,10 @@ export default {
}
},
toPart(path){
this.$router.push(path)
this.$router.push({
path,
query: this.$route.query
})
},
showComing(){
this.comingVisible = true

Loading…
Cancel
Save