fix(erp-frontend-vue): resolve TypeScript build errors (duplicate ids, unused vars, null guards, type mismatches)
Made-with: Cursor
This commit is contained in:
@@ -634,7 +634,7 @@ function handleExport() {
|
||||
async function confirmExport() {
|
||||
exportLoading.value = true
|
||||
try {
|
||||
const blob = await exportPurchasePlan(queryParams)
|
||||
const blob = (await exportPurchasePlan(queryParams)).data
|
||||
const url = window.URL.createObjectURL(blob)
|
||||
const link = document.createElement('a')
|
||||
link.href = url
|
||||
|
||||
Reference in New Issue
Block a user