sending date of loss to dupe check instead of phone number
This commit is contained in:
parent
0eb46c45c0
commit
e81c2b7f21
1 changed files with 1 additions and 1 deletions
|
|
@ -621,7 +621,7 @@ export const useMainStore = defineStore({
|
||||||
endpoint: endpoints.DuplicateSearch.url(
|
endpoint: endpoints.DuplicateSearch.url(
|
||||||
this.issConfig.parentAccountNumber,
|
this.issConfig.parentAccountNumber,
|
||||||
this.order.policy.policyNumber,
|
this.order.policy.policyNumber,
|
||||||
this.order.customer.phoneNumber?.replaceAll('-', '')
|
this.order.policy.dateOfLoss
|
||||||
)
|
)
|
||||||
}).then((r) => {
|
}).then((r) => {
|
||||||
this.applicationUser.duplicateOrders = r.data ?? [];
|
this.applicationUser.duplicateOrders = r.data ?? [];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue