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") +