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