Fixing Menu
This commit is contained in:
@@ -29,6 +29,7 @@ export class Supplier {
|
||||
async getData() {
|
||||
try {
|
||||
const response = await http.get(`/users/supplier?page=${this.page}&pageSize=${this.pageSize}`);
|
||||
//console.log(response)
|
||||
this.data = response.body.data ?? []
|
||||
this.total_data = response.body.count ?? 0
|
||||
} catch (e) {
|
||||
|
||||
Reference in New Issue
Block a user