liyongli il y a 1 jour
Parent
commit
fb14116264
2 fichiers modifiés avec 6 ajouts et 2 suppressions
  1. 3 1
      src/view/fenghui/form1Recurrence.vue
  2. 3 1
      src/view/fenghui/formRecurrence.vue

+ 3 - 1
src/view/fenghui/form1Recurrence.vue

@@ -424,7 +424,9 @@ const props = defineProps(['langType', 'verificationCode', 'subData']);
 
 const emits = defineEmits(['closeComponent']);
 
-const formData = reactive({})
+const formData = reactive({
+    active2: []
+})
 const cardTypeList = computed(() => lang[props.langType].cardTypeList)
 const unitTypeList = computed(() => lang[props.langType].foreignCountryUnitType)
 const showBirthday = ref(false)

+ 3 - 1
src/view/fenghui/formRecurrence.vue

@@ -435,7 +435,9 @@ const props = defineProps(['langType', 'verificationCode', 'subData']);
 
 const emits = defineEmits(['closeComponent']);
 
-const formData = reactive({})
+const formData = reactive({
+    active2: []
+})
 const cardTypeList = computed(() => lang[props.langType].cardTypeList)
 const unitTypeList = computed(() => lang[props.langType].foreignCountryUnitType)
 const form = ref(null);