Commit bf31cae6 authored by liudong1993's avatar liudong1993

1

parent 0257abcd
...@@ -293,7 +293,7 @@ export default { ...@@ -293,7 +293,7 @@ export default {
TypeId: 3, TypeId: 3,
sTradeDate: item.StartDate, sTradeDate: item.StartDate,
eTradeDate: item.StartDate, eTradeDate: item.StartDate,
SubjectId: row.StartBalance, SubjectId: row.SubjectId,
blank: 'y' blank: 'y'
} }
}) })
......
...@@ -354,6 +354,10 @@ export default { ...@@ -354,6 +354,10 @@ export default {
this.getList(); this.getList();
} }
if(this.$route.query.SubjectId){
this.msg.BankSubjectId = parseInt(this.$route.query.SubjectId);
}
}, },
methods:{ methods:{
......
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