This commit is contained in:
漂泊 2025-10-12 13:16:16 +08:00
commit 9c200ba2f5
2 changed files with 2 additions and 2 deletions

View File

@ -36,4 +36,4 @@ export function delCustomer(id) {
url: '/customer/customer/' + id,
method: 'delete'
})
}
}

View File

@ -282,4 +282,4 @@ function handleExport() {
...queryParams.value
}, `customer_${new Date().getTime()}.xlsx`)
}
</script>
</script>