Merge branch 'master' of ssh://git.czcyedu.com:222/huoran/FE_bankTeaching into master

20240205
luoJunYong.123 3 years ago
commit 69852defee
  1. 5
      src/pages/index/list/index.vue

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

Loading…
Cancel
Save