huangxw 4 月之前
父节点
当前提交
bc15b0d11a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: ''
 })