Commit 315bc38d authored by 黄媛媛's avatar 黄媛媛

11

parent e03e1956
...@@ -275,6 +275,7 @@ export default { ...@@ -275,6 +275,7 @@ export default {
this.obj.AccountId=Number(this.$route.query.BankID); this.obj.AccountId=Number(this.$route.query.BankID);
} }
if(this.$route.query.StartTime){ if(this.$route.query.StartTime){
this.dateList=[];
this.dateList[0]=this.$route.query.StartTime; this.dateList[0]=this.$route.query.StartTime;
this.dateList[1]=this.$route.query.EndTime; this.dateList[1]=this.$route.query.EndTime;
} }
......
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