Commit 3ac22c29 authored by Mac's avatar Mac

修改 传参

parent 6607c716
......@@ -463,12 +463,14 @@ export default {
goUrl(path, id) {
goUrl(path, row) {
this.$router.push({
path: '/financial/' + path,
query: {
preriodId: this.$route.query.id,
CommissionType: this.$route.query.CommissionType,
OrderSourceType:row.OrderSourceType,
OrderSourceId:row.OrderSourceId,
blank: 'y',
}
})
......
......@@ -443,11 +443,18 @@ export default {
if (this.$route.query && this.$route.query.UnionCashOutId) {//提现ID
this.msg.UnionCashOutId = this.$route.query.UnionCashOutId
}
if (this.$route.query && this.$route.query.OrderSourceType) {//来源
this.msg.OrderSourceType = this.$route.query.OrderSourceType
}
if (this.$route.query && this.$route.query.OrderSourceId) {//人员ID
this.msg.OrderSourceId = this.$route.query.OrderSourceId
}
if (this.$route.query && this.$route.query.CommissionType) {
this.msg.CommissionType = this.$route.query.CommissionType;
this.msg.Q_SelectNormal = 2
this.isNormal = true
}
this.getList()
......
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