From f74dbfbb5d05acd35c6a15f8509f150abf3cdfb3 Mon Sep 17 00:00:00 2001 From: yanzai Date: Wed, 4 Sep 2024 11:14:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BC=96=E8=BE=91=E5=8F=B7?= =?UTF-8?q?=E6=BA=90=E7=B1=BB=E5=9E=8B=EF=BC=8C=E4=BD=93=E6=A3=80=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E4=B8=8D=E6=98=BE=E7=A4=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/src/views/PlanMngr/PlanType.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/admin/src/views/PlanMngr/PlanType.vue b/admin/src/views/PlanMngr/PlanType.vue index 43c4359..8a5762c 100644 --- a/admin/src/views/PlanMngr/PlanType.vue +++ b/admin/src/views/PlanMngr/PlanType.vue @@ -91,7 +91,7 @@ - + {{item.name}} @@ -190,7 +190,7 @@ Info.value.id = 0 Info.value.status = 1 dialogVisible.value = true - GetCheckUpTypeEnableList_Func() + } const Save = () => { loading.value = true @@ -240,6 +240,7 @@ } onMounted(() => { GetList() + GetCheckUpTypeEnableList_Func() })