Commit c3c27f84 authored by liudong1993's avatar liudong1993

1

parent f810e9f2
......@@ -408,8 +408,8 @@ export default {
mounted() {
this.getCompanyMsg.RB_Group_Id = this.getLocalStorage().RB_Group_id
let sDate = moment().subtract(7, 'months').format('YYYY-MM-DD');
let eDate = moment().subtract(1, 'months').format('YYYY-MM-DD');
let sDate = moment().subtract(7, 'months').format('YYYY-MM');
let eDate = moment().subtract(1, 'months').format('YYYY-MM');
this.dateTime = [sDate,eDate]
this.msg.startDate = this.dateTime[0]
......@@ -558,8 +558,8 @@ export default {
this.msg.OutBranchIdList=[];
this.msg.OutBranchIdList.push(userInfo.RB_Branch_id);
}
let sDate = moment().subtract(7, 'months').format('YYYY-MM-DD');
let eDate = moment().subtract(1, 'months').format('YYYY-MM-DD');
let sDate = moment().subtract(7, 'months').format('YYYY-MM');
let eDate = moment().subtract(1, 'months').format('YYYY-MM');
this.dateTime = [sDate,eDate]
this.msg.startDate = this.dateTime[0]
......
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