Commit 0d39b1cc authored by zhangyanni's avatar zhangyanni

跳转

parent b3ca6c22
......@@ -997,7 +997,7 @@
//去勋章
handleToMedal(data) {
this.$router.push({path: "/mineMedal", query: {id: this.userInfo.empId}})
this.$router.push({path: "/mineMedal", query: {id: this.$route.query.empId?this.$route.query.empId:this.userInfo.empId}})
},
handleGo() {
......
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 to comment