This commit is contained in:
@@ -207,7 +207,6 @@ export default {
|
|||||||
console.error(e)
|
console.error(e)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
|
||||||
async loadCustomers() {
|
async loadCustomers() {
|
||||||
try {
|
try {
|
||||||
const res = await customerApi.getCustomers({ page: 1, pageSize: 100 })
|
const res = await customerApi.getCustomers({ page: 1, pageSize: 100 })
|
||||||
|
|||||||
Reference in New Issue
Block a user