let end = this.date1.replace(/[^0-9]/ig, ""); //日期改数字 let start = this.date.replace(/[^0-9]/ig, ""); //日期改数字