Compare commits
2 Commits
c2743d926e
...
3ee1bb3b9a
| Author | SHA1 | Date | |
|---|---|---|---|
| 3ee1bb3b9a | |||
| 2663ca9e73 |
@@ -47,8 +47,9 @@ export default {
|
|||||||
this.getOptions().then(() => {
|
this.getOptions().then(() => {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
const {dayjs} = window
|
const {dayjs} = window
|
||||||
const hourNum = new Date().getHours() + 1, groupCodeList = "", interval = 60000
|
const hourNum = new Date().getHours()+1, groupCodeList = "", interval = 60000
|
||||||
const currentDate = dayjs().subtract(7, 'day').format("YYYYMMDD")
|
// const currentDate = dayjs().subtract(7, 'day').format("YYYYMMDD")
|
||||||
|
const currentDate = dayjs().format("YYYYMMDD")
|
||||||
this.form = {hourNum, groupCodeList, type: "1", changeWay: "1", currentDate, interval}
|
this.form = {hourNum, groupCodeList, type: "1", changeWay: "1", currentDate, interval}
|
||||||
this.$set(this.$multipleStoreBoard, 'search', {hourNum, groupCodeList: [], type: "1", changeWay: "1", categoryId: "", currentDate, interval})
|
this.$set(this.$multipleStoreBoard, 'search', {hourNum, groupCodeList: [], type: "1", changeWay: "1", categoryId: "", currentDate, interval})
|
||||||
}, 500)
|
}, 500)
|
||||||
|
|||||||
Reference in New Issue
Block a user