diff --git a/src/layouts/insurance-company/insurance-company.vue b/src/layouts/insurance-company/insurance-company.vue index 00cfb97d0..fba35927f 100644 --- a/src/layouts/insurance-company/insurance-company.vue +++ b/src/layouts/insurance-company/insurance-company.vue @@ -157,7 +157,7 @@ export default { let w = $(this).autocomplete("widget").find("div"); let regExpString = "(" + this.value + ")"; let re = new RegExp(regExpString, "i"); - w.html((i, html) => html.replace(re, "$1")); + w.html((i, html) => html.replace(re, "$1")); }, 5); }, });