diff --git a/src/store/modules/user/actions.ts b/src/store/modules/user/actions.ts index e1a0fa443..381f35cdb 100644 --- a/src/store/modules/user/actions.ts +++ b/src/store/modules/user/actions.ts @@ -159,7 +159,7 @@ const actions: ActionTree = { } }, - async getPartialOrderRejectionConfig ({ commit }, payload) { + async getPartialOrderRejectionConfig ({ commit }) { let config = {}; const params = { "inputFields": { diff --git a/src/views/Orders.vue b/src/views/Orders.vue index 8b67596ed..f43a8bc21 100644 --- a/src/views/Orders.vue +++ b/src/views/Orders.vue @@ -376,7 +376,6 @@ export default defineComponent({ text: header, handler: () => { this.store.dispatch('order/packShipGroupItems', {order, part, facilityId: this.currentFacility.facilityId}) - this.getPickupOrders() } }] });