Commit 6020d299 authored by zhangyanni's avatar zhangyanni

Merge remote-tracking branch 'origin/master'

parents ae02840e ba94713a
......@@ -482,7 +482,7 @@
},
//勋章
getInitInfo() {
api.getMedalInfoById(this.userInfo.empId).then((res) => {
api.getMedalInfoById(this.$route.query.id?this.$route.query.id:this.userInfo.empId).then((res) => {
if (res.code == 0) {
this.detailInfo = res.result;
} else {
......
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