I now use the picker component in mint-ui to do three-level linkage, but the data of the linkage is obtained asynchronously (for example, I have changed the value of the first column, and the values of the second and third columns will change according to the data of the previous column). But the problem I encounter now is that I have changed the value, but because the change event has been executed three times, my data will finally return to its original state. Does anyone know how to solve it?
here are the methods executed by my change method and change method
the method called in this is the
that is used to get the data.