From ada2d707ef110fe49cf0b441e00f58e2364ad2b8 Mon Sep 17 00:00:00 2001 From: Fox-33 <1466778434@qq.com> Date: Wed, 2 Apr 2025 19:48:55 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=E9=85=8D=E7=BD=AE=E9=A1=B9?= =?UTF-8?q?=E5=AF=B9=E6=8E=A5;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- otherPages/userManage/pet/components/petHealthInfo.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/otherPages/userManage/pet/components/petHealthInfo.vue b/otherPages/userManage/pet/components/petHealthInfo.vue index ca5aaf8..6341a19 100644 --- a/otherPages/userManage/pet/components/petHealthInfo.vue +++ b/otherPages/userManage/pet/components/petHealthInfo.vue @@ -99,6 +99,13 @@ onMounted, watch } from 'vue'; + import { useStore } from 'vuex' + + const store = useStore() + + const configList = computed(() => { + return store.getters.configList + }) // 定义 props const props = defineProps({ From 72b67b0ba283b79e31aeb6c3ce7334ea8879e4b0 Mon Sep 17 00:00:00 2001 From: Fox-33 <1466778434@qq.com> Date: Wed, 2 Apr 2025 19:49:58 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20=E9=85=8D=E7=BD=AE=E9=A1=B9?= =?UTF-8?q?=E5=AF=B9=E6=8E=A5;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- otherPages/userManage/pet/components/petHealthInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otherPages/userManage/pet/components/petHealthInfo.vue b/otherPages/userManage/pet/components/petHealthInfo.vue index 6341a19..7118b5e 100644 --- a/otherPages/userManage/pet/components/petHealthInfo.vue +++ b/otherPages/userManage/pet/components/petHealthInfo.vue @@ -96,8 +96,8 @@