Commit b8ecdd4c authored by 华国豪's avatar 华国豪 🙄

增加参数

parent 829813bf
...@@ -44,7 +44,8 @@ export default { ...@@ -44,7 +44,8 @@ export default {
ParentId: 0, ParentId: 0,
OrderStr: "RB_Branch_Id asc", OrderStr: "RB_Branch_Id asc",
BName:-1, BName:-1,
RB_Branch_Id:-1 RB_Branch_Id:-1,
Periods: ''
}, },
total: 0, total: 0,
currentPage: 1, currentPage: 1,
...@@ -425,6 +426,7 @@ export default { ...@@ -425,6 +426,7 @@ export default {
if(this.$route.query.companyID) { if(this.$route.query.companyID) {
this.companyID = this.$route.query.companyID; this.companyID = this.$route.query.companyID;
this.msg.RB_Branch_Id = this.$route.query.companyID; this.msg.RB_Branch_Id = this.$route.query.companyID;
this.msg.Periods = this.$route.query.periods;
this.disabledCPSelect = true this.disabledCPSelect = true
} }
let dt=new Date() let dt=new Date()
......
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