From 7ca8c72079c8a2c966af35c2a8d1b3e565ecb032 Mon Sep 17 00:00:00 2001 From: Mark Harris Date: Mon, 7 Mar 2022 09:13:12 -0500 Subject: [PATCH] CSR-109 --- src/layouts/vehicle-parts/vehicle-parts.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/layouts/vehicle-parts/vehicle-parts.vue b/src/layouts/vehicle-parts/vehicle-parts.vue index 41e17f601..abc8ee936 100644 --- a/src/layouts/vehicle-parts/vehicle-parts.vue +++ b/src/layouts/vehicle-parts/vehicle-parts.vue @@ -197,10 +197,9 @@ export default { this.$route ); }, - - // Nothing here to reset, the previous pages will setting parts correctly for here. + resetDependentState() { - + // Nothing additional to reset here: The page save is already fully resetting all the line-items on the order }, LoadInitialPartsData() {