diff --git a/src/store/index.js b/src/store/index.js index e82cc2ab..a4e9f04d 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -621,7 +621,7 @@ export const useMainStore = defineStore({ endpoint: endpoints.DuplicateSearch.url( this.issConfig.parentAccountNumber, this.order.policy.policyNumber, - this.order.customer.phoneNumber?.replaceAll('-', '') + this.order.policy.dateOfLoss ) }).then((r) => { this.applicationUser.duplicateOrders = r.data ?? [];