diff --git a/src/views/AppMultipleStoreBoardFilter.vue b/src/views/AppMultipleStoreBoardFilter.vue index 5bf170d..1709702 100644 --- a/src/views/AppMultipleStoreBoardFilter.vue +++ b/src/views/AppMultipleStoreBoardFilter.vue @@ -28,10 +28,10 @@ export default { created() { this.getOptions().then(() => { setTimeout(() => { - const hourNum = new Date().getHours(), - groupCodeList = "" - this.form = {hourNum, groupCodeList, type: "1", changeWay: "1"} - this.$set(this.$multipleStoreBoard, 'search', {hourNum, groupCodeList: [], type: "1", changeWay: "1", categoryId: ""}) + const hourNum = new Date().getHours(), groupCodeList = "" + let currentDate = "" + this.form = {hourNum, groupCodeList, type: "1", changeWay: "1", currentDate} + this.$set(this.$multipleStoreBoard, 'search', {hourNum, groupCodeList: [], type: "1", changeWay: "1", categoryId: "", currentDate}) }, 500) }) }, @@ -54,6 +54,9 @@ export default {
+ + + diff --git a/src/views/AppStoresTable.vue b/src/views/AppStoresTable.vue index 8f0511b..639aee9 100644 --- a/src/views/AppStoresTable.vue +++ b/src/views/AppStoresTable.vue @@ -1,5 +1,4 @@