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