From 6f6cbc9db497e07fa4a6d848c658f708c31ed4e6 Mon Sep 17 00:00:00 2001 From: bmauger Date: Mon, 7 Mar 2022 08:14:03 -0500 Subject: [PATCH 1/2] Fix spacing per qa. --- src/common-components/vin-information/vin-information.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common-components/vin-information/vin-information.vue b/src/common-components/vin-information/vin-information.vue index a90dfd467..3e5b67a91 100644 --- a/src/common-components/vin-information/vin-information.vue +++ b/src/common-components/vin-information/vin-information.vue @@ -4,7 +4,7 @@
-
+
From 7ca8c72079c8a2c966af35c2a8d1b3e565ecb032 Mon Sep 17 00:00:00 2001 From: Mark Harris Date: Mon, 7 Mar 2022 09:13:12 -0500 Subject: [PATCH 2/2] 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() {