Commit 0c812a82 authored by youjie's avatar youjie

no message

parent bf85a46b
...@@ -160,6 +160,12 @@ ...@@ -160,6 +160,12 @@
if (this.$route.query && this.$route.query.OutBranchId) { if (this.$route.query && this.$route.query.OutBranchId) {
this.msg.OutBranchId = this.$route.query.OutBranchId this.msg.OutBranchId = this.$route.query.OutBranchId
} }
if (this.$route.query && this.$route.query.RB_Branch_Id) {
this.msg.RB_Branch_Id = this.$route.query.RB_Branch_Id
}
if (this.$route.query && this.$route.query.RB_Department_Id) {
this.msg.RB_Department_Id = this.$route.query.RB_Department_Id
}
this.getList(); this.getList();
// this.getqishilist() // this.getqishilist()
this.getCompanyList()//获取公司 this.getCompanyList()//获取公司
......
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