update for warehouse
This commit is contained in:
@@ -82,7 +82,6 @@ Vue.component('warehouse-e-shop-order', {
|
||||
}
|
||||
}, async mounted() {
|
||||
const response = await axios.get(`${window['TT_CONFIG']['BASE_PATH']}/WarehouseEShopOrder/getAllItemsPerOrder`);
|
||||
console.log(response.data);
|
||||
this.articleItems = response.data;
|
||||
}, methods: {
|
||||
async sendSingleOrderEmail() {
|
||||
|
||||
Reference in New Issue
Block a user