Parcourir la source

企业套餐设置

Xiao_123 il y a 1 semaine
Parent
commit
78324dcbbc
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/views/menduner/system/enterprisePackage/PackageForm.vue

+ 1 - 0
src/views/menduner/system/enterprisePackage/PackageForm.vue

@@ -133,6 +133,7 @@ const formRef = ref() // 表单 Ref
 
 /** 打开弹窗 */
 const open = async (type: string, id?: number) => {
+  hidden.value = false
   dialogVisible.value = true
   dialogTitle.value = t('action.' + type)
   formType.value = type