problem description
I added an id, to the input input box and then pressed enter to trigger a js event in which the input input box lost focus, but why didn"t it take effect?
the environmental background of the problems and what methods you have tried
related codes
/ / Please paste the code text below (do not replace the code with pictures)
<form-Item prop="CUSTID" label="" >
<i-input search type="text" id="customerModal" enter-button="" number @on-search="searchCustInfo("formInline")" v-model="custIdForm.CUSTID" placeholder=""></i-input>
</form-Item>
searchCustInfo(name){
$("-sharpcustomerModal").blur();
}