huangxw před 4 měsíci
rodič
revize
bc15b0d11a

+ 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: ''
 })