huangxw hai 4 meses
pai
achega
bc15b0d11a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/training/models/meeting-detail-attend.vue

+ 1 - 1
src/views/training/models/meeting-detail-attend.vue

@@ -321,7 +321,7 @@ const invoicingInformation = ref(false)
 const invoiceData = ref()
 const invoiceId = ref()
 const headers = ref(globalHeaders());
-const fromvalue = ref({
+const fromvalue = ref<any>({
     targetId: '',
     msg: ''
 })