Commit 7714e001 authored by 黄奎's avatar 黄奎

统计修改

parent 12b9bc81
......@@ -909,7 +909,6 @@ export default {
query = {
activation: 1,
blank: "y",
}
}else if(type==4){
query = {
......@@ -918,10 +917,7 @@ export default {
blank: "y",
}
}
this.$router.push({
name: 'customerTransfer',
query
});
this.OpenNewPage('/customerTransfer',query)
}
if(type>4&&type<9){
if(type==5){
......@@ -963,10 +959,7 @@ export default {
blank: "y",
}
}
this.$router.push({
name: 'enrollTotal',
query
});
this.OpenNewPage('/salesVolumeRank',query)
}
},
changeDepart(node, instanceId){
......
This diff is collapsed.
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