客户管理
This commit is contained in:
parent
dbd160ff31
commit
78b63c58be
@ -36,4 +36,4 @@ export function delCustomer(id) {
|
|||||||
url: '/customer/customer/' + id,
|
url: '/customer/customer/' + id,
|
||||||
method: 'delete'
|
method: 'delete'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@ -282,4 +282,4 @@ function handleExport() {
|
|||||||
...queryParams.value
|
...queryParams.value
|
||||||
}, `customer_${new Date().getTime()}.xlsx`)
|
}, `customer_${new Date().getTime()}.xlsx`)
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user