I want to implement a tab and call the corresponding interface (already packaged) based on the value of the tabIndex passed in
But an error occurred:
Is this way of writing wrong?
this[getData]
However, I thought of a way, first write the function into methods, and then use this[getData] and it works
this[getData]
However, I thought of a way, first write the function into methods, and then use this[getData] and it works