Commit b79ecbbe authored by 黄奎's avatar 黄奎
parents 2f85a9b8 044253c7
...@@ -258,7 +258,7 @@ ...@@ -258,7 +258,7 @@
}else if(type==5){//排名 }else if(type==5){//排名
name = 'salesVolumeRank' name = 'salesVolumeRank'
this.$router.push({ this.$router.push({
name: name, path: name,
query: { query: {
tStartDates: this.PMMsg.tStartDates, tStartDates: this.PMMsg.tStartDates,
blank: 'y' blank: 'y'
...@@ -267,7 +267,7 @@ ...@@ -267,7 +267,7 @@
} }
if(type!=5&&name){ if(type!=5&&name){
this.$router.push({ this.$router.push({
name: name, path: name,
query: { query: {
UserId: Number(userInfo.EmployeeId), UserId: Number(userInfo.EmployeeId),
isSale: 1, isSale: 1,
......
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