From 869095f1921a8943df7a7fb8449fe38c9b2356e5 Mon Sep 17 00:00:00 2001 From: lizijiee <562949697@qq.com> Date: Wed, 3 Apr 2024 22:11:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=80=E9=94=AE=E6=9F=A5=E9=87=8D?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8F=90=E6=8A=A5=E4=BA=BAupUserName?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/content/Content.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/home/content/Content.vue b/src/views/home/content/Content.vue index 0c200d6..4d0d2cf 100644 --- a/src/views/home/content/Content.vue +++ b/src/views/home/content/Content.vue @@ -282,6 +282,9 @@ const gridHeight = computed(() => { async function oneCheck() { const asideVal = cloneDeep(configStore.getAsideValue); + asideVal.upUserName = searchValue.value; + console.log('searchValue', asideVal, searchValue.value) + if (asideVal.izyear && asideVal.izyear.length == 2) { asideVal.izyear = dayjs(asideVal.izyear[0]).format("YYYY/MM/DD") +