| | |
| | | }, |
| | | getdate() { |
| | | getNewDateList().then((res) => { |
| | | this.startTime = [ |
| | | /* this.startTime = [ |
| | | moment(res.data).format("YYYY-MM-DD 00:00:00"), |
| | | moment(res.data).format("YYYY-MM-DD 23:59:00"), |
| | | ]; |
| | | ]; */ |
| | | this.getList(); |
| | | }); |
| | | }, |
| | |
| | | getdate() { |
| | | getConfigKey("tj_confirm").then((res) => { |
| | | this.xianshi = res.msg; |
| | | console.log(this.xianshi, 999); |
| | | // console.log(this.xianshi, 999); |
| | | }); |
| | | getNewDateList().then((res) => { |
| | | this.createTimeList = [ |
| | | moment(res.data).format("YYYY-MM-DD 00:00:00"), |
| | | moment(res.data).format("YYYY-MM-DD 23:59:00"), |
| | | ]; |
| | | console.log(res,222); |
| | | |
| | | // this.createTimeList = [ |
| | | // moment(res.data).format("YYYY-MM-DD 00:00:00"), |
| | | // moment(res.data).format("YYYY-MM-DD 23:59:00"), |
| | | // ]; |
| | | // console.log(this.createTimeList,8855); |
| | | |
| | | this.getList(); |
| | | }); |
| | | }, |