From f46a568428415ff00b0260803a84b8a297aa4789 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Tue, 23 Jul 2024 19:58:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E5=81=9A=E4=BA=86=E4=BA=9B?= =?UTF-8?q?=E8=AE=B8=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AppMultipleStoreBoardFilter.vue | 11 +++++++---- src/views/AppStoresTable.vue | 6 ++---- 2 files changed, 9 insertions(+), 8 deletions(-) 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 @@