Commit 6481b263 authored by 吴春's avatar 吴春

提交代码

parent fbf0eb8f
...@@ -265,7 +265,7 @@ export default { ...@@ -265,7 +265,7 @@ export default {
OrderSourceType: '-1', OrderSourceType: '-1',
OrderSourceId: 0, OrderSourceId: 0,
Q_SelectNormal: '2', Q_SelectNormal: '2',
DeptId:'' UserDept:0
}, },
pageCount: 0, pageCount: 0,
persistent: false, persistent: false,
...@@ -295,7 +295,7 @@ export default { ...@@ -295,7 +295,7 @@ export default {
this.msg.BatchId = this.$route.query.id this.msg.BatchId = this.$route.query.id
} }
if (this.$route.query.ReFinanceId2){ if (this.$route.query.ReFinanceId2){
this.msg.DeptId = this.$route.query.ReFinanceId2; this.msg.UserDept = this.$route.query.ReFinanceId2;
} }
this.getList() this.getList()
this.getBranchList() this.getBranchList()
......
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