Commit 5b88bb18 authored by youjie's avatar youjie
parents e53e7424 35c11145
......@@ -316,7 +316,7 @@ export default {
TypeId: 3,
sTradeDate: item.StartDate,
eTradeDate: item.StartDate,
SubjectId: row.StartBalance,
SubjectId: row.SubjectId,
blank: 'y'
}
})
......
......@@ -354,6 +354,10 @@ export default {
this.getList();
}
if(this.$route.query.SubjectId){
this.msg.BankSubjectId = parseInt(this.$route.query.SubjectId);
}
},
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