客户管理

This commit is contained in:
ll 2025-09-11 13:37:37 +08:00
parent dbd160ff31
commit 78b63c58be
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>