Ement-ui table switch filter items to get back the new data, the text switched, but the picture after a while to switch how to solve?

For the project of

elemen-ui+vue, switch the filter items on the table, get the new list, replace the text, and then replace the picture after a while. Is there any good way to solve this problem?

Feb.26,2021

the picture is not fully loaded yet., elementui table can be animated to set the state of loading loading

<el-table
      :data="tableData"
       stripe
       border
       v-loading="loading2"
        element-loading-text=""
        element-loading-spinner="el-icon-loading"
        element-loading-background="rgba(0, 0, 0, 0.8)"
     show-summary
    height="780"
    style="width: 100%">

the picture is fully loaded and you can just let loading=false do it

Menu