problem description: when the input box loses focus, it will request the API to obtain data. When the button is clicked, it will determine whether the data can proceed to the next step. When I have finished typing, I will click on the next step, which will trigger the input box blur event and button click event at the same time. At this time, the API may not return the result, resulting in going directly to the next step . How to solve this problem?