Commit c2161c56 authored by youjie's avatar youjie

no message

parent f0b502d5
...@@ -472,6 +472,17 @@ export default { ...@@ -472,6 +472,17 @@ export default {
this.getList(); this.getList();
this.BankAccount_post_GetPlatformList("query"); this.BankAccount_post_GetPlatformList("query");
} }
if(this.$route.query.accType){
this.accType = this.$route.query.accType
}if(this.$route.query.AccountId){
this.AccountId = this.$route.query.AccountId
}if(this.$route.query.documentStatus){
this.msg.Status = this.$route.query.documentStatus
}if(this.$route.query.sTradeDate){
this.msg.sTradeDate = this.$route.query.sTradeDate;
}if(this.$route.query.eTradeDate){
this.msg.eTradeDate = this.$route.query.eTradeDate;
}
if(this.$route.query.ID){ if(this.$route.query.ID){
this.accType = parseInt(this.$route.query.TypeId)?parseInt(this.$route.query.TypeId):""; this.accType = parseInt(this.$route.query.TypeId)?parseInt(this.$route.query.TypeId):"";
this.AccountId=parseInt(this.$route.query.ID); this.AccountId=parseInt(this.$route.query.ID);
......
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