From 6d631af58a65b80272cb185c9a9c776f973b45fe Mon Sep 17 00:00:00 2001 From: chenli Date: Fri, 30 Jan 2026 20:24:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=20=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E8=B5=8B=E5=80=BC=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/CommonPane/indexSystem.vue | 7 ++++++- pages/index/indexWork.vue | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/components/CommonPane/indexSystem.vue b/components/CommonPane/indexSystem.vue index 83b8bbc..93d1045 100644 --- a/components/CommonPane/indexSystem.vue +++ b/components/CommonPane/indexSystem.vue @@ -93,13 +93,18 @@ watch: { menuList: { handler(val) { + console.log(this.current,'this.current---') + console.log(this.flowList,'this.flowList---') if (this.current != 0) this.cardData = this.flowList }, immediate: true }, flowList: { handler(val) { - if (this.current == 0) this.cardData = this.menuList + console.log(this.current,'this.current---') + console.log(this.menuList,'this.menuList---') + // if (this.current == 0) this.cardData = this.menuList + this.cardData = this.menuList }, immediate: true } diff --git a/pages/index/indexWork.vue b/pages/index/indexWork.vue index 9055630..374dbdf 100644 --- a/pages/index/indexWork.vue +++ b/pages/index/indexWork.vue @@ -392,6 +392,7 @@ getMenuData().then((res) => { const list = res?.data this.homeData = list + console.log(this.homeData,'homeData----') }).catch(() => { const userStore = useUserStore() setTimeout(() => {