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()
})