Admin Order Page, refresh ERM diagram of database
This commit is contained in:
@@ -34,6 +34,10 @@ export const useOrderStore = defineStore("orderStore", {
|
||||
.then(res => {
|
||||
this.orders = res.data
|
||||
})
|
||||
},
|
||||
|
||||
async deleteOrder(order: OrderApiModel) {
|
||||
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user